Re: Tablespaces for indexes, tables and databases

Поиск
Список
Период
Сортировка
От Erwin Brandstetter
Тема Re: Tablespaces for indexes, tables and databases
Дата
Msg-id 46E0205C.60602@unet.univie.ac.at
обсуждение исходный текст
Ответ на Tablespaces for indexes, tables and databases  (Erwin Brandstetter <brandstetter@falter.at>)
Список 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 по дате отправления:

Предыдущее
От: Erwin Brandstetter
Дата:
Сообщение: Crash when trying to create new database via dialog
Следующее
От: Erwin Brandstetter
Дата:
Сообщение: Re: More refresh issues