[GENERAL] installing postgres on win Me...

2006-12-18 Thread riki
Hi all, is it possible to install postgres ver 8.1.4 on windows Me FAT32 partition? if so, how? on the second step of installation after i choose language i get error message "Failed to create process: 2!". Win Me are freshly installed. thanks ---(end of broadcast)-

Re: [GENERAL] installing postgres on win Me...

2006-12-18 Thread riki
"Magnus Hagander" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, Dec 18, 2006 at 09:52:27AM +0100, riki wrote: >> Hi all, >> is it possible to install postgres ver 8.1.4 on windows Me FAT32 >> partition? >> if so, how? >>

Re: [GENERAL] installing postgres on win Me...

2006-12-18 Thread riki
""Raymond O'Donnell"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 18 Dec 2006 at 12:08, Magnus Hagander wrote: > >> For client-side it's mostly copy/paste, but you will also need to >> download some dependency DLLs (such as OpenSSL and MIT Kerberos) >> elsewhere, unless you al

[GENERAL] registering ODBC driver...

2007-01-08 Thread riki
hi, i'm trying to register/install postgres ODBC driver on windowsME. i've copied driver from winXP machine. this is one .dll file. i would like to get it on the list in ODBC manager. how can i register this file as ODBC driver on winME machine? thanks ---(end of broad

[GENERAL] join problem...

2007-01-10 Thread riki
Hi, i'm trying to extract some info from system catalog tables. documentation says that i should join columns of different data type. that is int2[] with int2, array with integer. how can i make this join work? thanks http://www.postgresql.org/docs/7.4/static/catalog-pg-constraint.html co