Re: Tablespaces for indexes, tables and databases - Mailing list pgadmin-hackers

From Erwin Brandstetter
Subject Re: Tablespaces for indexes, tables and databases
Date
Msg-id 46E0205C.60602@unet.univie.ac.at
Whole thread Raw
In response to Tablespaces for indexes, tables and databases  (Erwin Brandstetter <brandstetter@falter.at>)
List pgadmin-hackers
Erwin Brandstetter wrote:
> (...) (tablespace of the database / default_tablespace / pg_default --
> whichever comes first).

Just for the record: actually this should read:  (default_tablespace /
tablespace of the database) -- whichever comes first.
If the parameter "default_tablespace" is set, it is used.
If not, the tablespace of the database is used (which defaults to the
tablespace of template at creation time,  which, in turn, defaults to
"pg_default").

But I assume you got that right anyway.


Regards
Erwin

pgadmin-hackers by date:

Previous
From: Erwin Brandstetter
Date:
Subject: Crash when trying to create new database via dialog
Next
From: Erwin Brandstetter
Date:
Subject: Re: More refresh issues