Re: postgres 9.3 - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: postgres 9.3
Date
Msg-id 20150921190848.GD88970@alvherre.pgsql
Whole thread Raw
In response to Re: postgres 9.3  (John R Pierce <pierce@hogranch.com>)
Responses Re: postgres 9.3
List 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 by date:

Previous
From: John R Pierce
Date:
Subject: Re: postgres 9.3
Next
From: Melvin Davidson
Date:
Subject: Re: postgres 9.3