postgreSQL 8.0 béta3

Started by Nonameover 21 years ago2 messagesbugs
Jump to latest
#1Noname
frederic.germaneau@bull.net

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: postgreSQL 8.0 béta3

frederic.germaneau@bull.net writes:

--tablespace option doesn't work with createdb.

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

regards, tom lane