Re: [ADMIN] Can I create multiple schema for one user - Mailing list pgsql-admin

From Albe Laurenz
Subject Re: [ADMIN] Can I create multiple schema for one user
Date
Msg-id A737B7A37273E048B164557ADEF4A58B539FAD2E@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to [ADMIN] Can I create multiple schema for one user  (Sunil Vasanta <sunilvasanta@gmail.com>)
List pgsql-admin
Sunil Vasanta wrote:
> I want application to access multiple scheme based on call context but only one user is created for
> application and application should access different schema using same user privilege and credentials.
> 
> is this possible in Postgres. Plz share u thoughts.
> 
> If possible then how to configure search path.

That shouldn't be a problem.

Just issue
   SET serach_path = <whatever>
after you have determined the context.

Yours,
Laurenz Albe

pgsql-admin by date:

Previous
From: Sunil Vasanta
Date:
Subject: [ADMIN] Can I create multiple schema for one user
Next
From: stevenchang1213
Date:
Subject: Re: [ADMIN] Can I create multiple schema for one user