Re: Tablespaces for indexes, tables and databases

From: Erwin Brandstetter <a9006241(at)unet(dot)univie(dot)ac(dot)at>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Tablespaces for indexes, tables and databases
Date: 2007-09-06 15:44:28
Message-ID: 46E0205C.60602@unet.univie.ac.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-09-06 15:51:52 SVN Commit by dpage: r6623 - in trunk/pgadmin3/pgadmin: dlg frm include/frm
Previous Message Erwin Brandstetter 2007-09-06 15:08:36 Crash when trying to create new database via dialog