If PostgreSQL failed to compile on your computer or you found a bug that
is likely to be specific to one platform then please fill out this form
and e-mail it to [EMAIL PROTECTED]
To report any other bug, fill out the form below and e-mail it to
[EMAIL PROTECTED]
If you not only found the proble
Hi Guys,
Just got V7.0 and ran across a technical problem when doing initdb,
error log attached.
PS: Thanks for one of the best databases in the world!
--
Dan
We are initializing the database system with username postgres (uid=100).
This user will own all the files and must also own the
You have an old initdb in your path.
> Hi Guys,
>
> Just got V7.0 and ran across a technical problem when doing initdb,
> error log attached.
>
> PS: Thanks for one of the best databases in the world!
>
> --
> Dan
>
> We are initializing the database system with username postgres (uid=1
Bruce Momjian <[EMAIL PROTECTED]> writes:
> You have an old initdb in your path.
Or possibly he's invoking the right initdb, but it's finding the wrong
postgres binary. I wonder if we can get initdb to check that it's
invoking the right version of 'postgres'? A display of the version
number wou
[syntax change WITH PASSWORD "foo" -> WITH PASSWORD 'foo']
Here's a patch. (I think. I'm a bloody Tcl amateur.) What do we do with
it?
*** pgsql-cvs/src/bin/pgaccess/lib/users.tclSat Oct 30 18:18:49 1999
--- pgsql/src/bin/pgaccess/lib/users.tclFri May 12 13:57:28 2000
**