Re: postgres 9.3

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres 9.3
Date: 2015-09-21 19:08:48
Message-ID: 20150921190848.GD88970@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2015-09-21 19:33:26 Re: postgres 9.3
Previous Message John R Pierce 2015-09-21 19:02:19 Re: postgres 9.3