Re: default tablespace for roles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: default tablespace for roles
Дата
Msg-id 23527.1123350356@sss.pgh.pa.us
обсуждение исходный текст
Ответ на default tablespace for roles  (Laszlo Hornyak <kocka@forgeahead.hu>)
Список pgsql-patches
Laszlo Hornyak <kocka@forgeahead.hu> writes:
> It would be nice to have tablespaces for each users. This is a small
> pathc that does the job.

Isn't this entirely redundant with the existing default_tablespace GUC
variable, ie,

ALTER USER foo SET default_tablespace = whatever;

The patch's behavior of overriding session-local settings of
default_tablespace seems quite undesirable in any case.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Laszlo Hornyak
Дата:
Сообщение: default tablespace for roles
Следующее
От: Mark Wong
Дата:
Сообщение: Re: [HACKERS] O_DIRECT for WAL writes