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
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