Re: [BUGS] Possible bug in conversion_create.sql

2003-11-04 Thread
>> With the help of two people from #postgresql at irc.freenode.org, I did a >> initdb -d --pgdata data 2>debug.log and founded out that the problem was >> that conversion_create.sql wasn't changing $libdir to the actual name > It's not supposed to. I don't know what problem you had, but this is

Re: [BUGS] Possible bug in conversion_create.sql

2003-11-04 Thread Tom Lane
"" <[EMAIL PROTECTED]> writes: >> It's not supposed to. I don't know what problem you had, but this is >> the wrong fix. > But the problem was solved with the change. I'm not a postgres master > at all, so, how postgres knows what to use on the libdir variable? > Where the variable is defined? H

Re: [BUGS] Possible bug in conversion_create.sql

2003-11-03 Thread Tom Lane
"" <[EMAIL PROTECTED]> writes: > With the help of two people from #postgresql at irc.freenode.org, I did a > initdb -d --pgdata data 2>debug.log and founded out that the problem was that > conversion_create.sql wasn't changing $libdir to the actual name It's not supposed to. I don't know what pr

[BUGS] Possible bug in conversion_create.sql

2003-11-03 Thread
Hello, I had a problem with PostgreSQL 7.3.4, the pg_conversion table was empty after initdb, so, no conversion could be made. I did exactly this: # tar xvzf postgres-7.3.4.tar.gz # cd postgres-7.3.4 # ./configure --prefix=/var/lib/pgsql --with-java --with-openssl --without-readline # make #