Re: postgres 9.3

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: postgres 9.3
Дата
Msg-id 20150921190848.GD88970@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: postgres 9.3  (John R Pierce <pierce@hogranch.com>)
Ответы Re: postgres 9.3
Список pgsql-general
John R Pierce wrote:

> better would be to...
>
>     ALTER ROLE username SET SEARCH_PATH='preview,"$user", public';
> or
>     ALTER DATABASE dbname SET...;
>
> and then this change just applies to that named role or database...

(or
   ALTER ROLE username IN DATABASE dbname SET ..
which applies to the specified role in the specified database)

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: postgres 9.3
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: postgres 9.3