Re: [ADMIN] Problems setting up DB at a different location

2001-09-19 Thread Oliver Elphick
Sven Riedel wrote: >Hi, >I'm trying to place a database on a different harddisk than the default one >PostgreSQL uses. I've read and followed the instructions of the User >Documentation Sections 6.1.1 and 10.2. > >export PGDATA2="/data/db" >initlocation PGDATA2 > >so far, so good

[ADMIN] Problems setting up DB at a different location

2001-09-18 Thread Sven Riedel
Hi, I'm trying to place a database on a different harddisk than the default one PostgreSQL uses. I've read and followed the instructions of the User Documentation Sections 6.1.1 and 10.2. export PGDATA2="/data/db" initlocation PGDATA2 so far, so good, everything worked. But now, when I createdb