Thread: postgreSQL 8.0 béta3

postgreSQL 8.0 béta3

From
frederic.germaneau@bull.net
Date:
Hi,

--tablespace option doesn't work with createdb.

(directory and files are created under $PGHOME/base )

but when I use
psql template1 <<!
create database test tablespace testTbl;
!
That's OK (directory and files are created under tableSpace directory)


Frédéric Germaneau




Re: postgreSQL 8.0 béta3

From
Tom Lane
Date:
frederic.germaneau@bull.net writes:
> --tablespace option doesn't work with createdb.

Works fine for me.  What did you do *exactly* ?

            regards, tom lane