Re: Search Path vs Synonyms - Mailing list pgsql-general

From Magnus Hagander
Subject Re: Search Path vs Synonyms
Date
Msg-id 9837222c0907240056s12d33573p106d0012d8f20aca@mail.gmail.com
Whole thread Raw
In response to Re: Search Path vs Synonyms  (Matthew Seaborn <Matthew.Seaborn@performgroup.com>)
Responses Re: Search Path vs Synonyms
List pgsql-general
On Fri, Jul 24, 2009 at 09:38, Matthew
Seaborn<Matthew.Seaborn@performgroup.com> wrote:
> Ah, I am actually using EnterpriseDB (a commercial 'fork' of PSQL) which does have synonyms.

For support on EnterpriseDB you should contact EnterpriseDB, not the
PostgreSQL community. We can only answer about the opensource product.


> Is it possible set define the default search_path for a given user?

In the community version you can. I don't know if this works in
EnterpriseDB. You'd just use
ALTER USER userid SET search_path='schema1,schema2'


--
 Magnus Hagander
 Self: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Search Path vs Synonyms
Next
From: Stefano Nichele
Date:
Subject: Re: user/grant - best practices handling permission in production system