Re: [GENERAL] initlocation and createdb

2000-06-13 Thread Jeff Hoffmann
Barnes wrote: > > Thank you. This works, and is close to what I need, but if I don't launch > the postmaster from a window with PGDATA2 defined, such as is done with > "/etc/init.d/postgresql start" or on a system boot, then it doesn't work. I > tried to export PGDATA2 within /etc/init.d/postgr

Re: [GENERAL] initlocation and createdb

2000-06-13 Thread Bruce Momjian
> Looking at the documentation, David is apparently following this one, > which seems wrong... > > http://www.postgresql.org/docs/postgres/app-initlocation.htm > > Seems like it should be updated to the following: > > $ export PGDATA2=/opt/postgres/data > $ initlocation $PGDATA2 > $ creat