Re: postgres 9.3

Поиск
Список
Период
Сортировка
От Melvin Davidson
Тема Re: postgres 9.3
Дата
Msg-id CANu8FixzcRn8PBzfLERkQSpeO6EgjWnV+BW6VixdtfdbUUf5UQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: postgres 9.3  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-general
You are correct John, but in this case, he stated only one (1) database. So changing the search path in .postgresql.conf  simplifies things for all users.
However, should he create additional databases later on, then yes, your solution would be better.

On Mon, Sep 21, 2015 at 3:08 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
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


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
Melvin Davidson
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: postgres 9.3
Следующее
От: Karsten Hilbert
Дата:
Сообщение: md5(large_object_id)