Re: how to use multiple schema's

From: Himanshu Gupta <himanshu(dot)gupta(at)semanticbits(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Subject: Re: how to use multiple schema's
Date: 2009-09-02 13:19:51
Message-ID: 8894D1D5-44C1-43CE-8C5D-8752001AD2CE@semanticbits.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want single user to see all the schema at once. Database server is
on client side and it takes time to get new user or new database
instance, So i am trying to find a workaround for that.

Thanks,
Himanshu

On Sep 1, 2009, at 6:04 PM, Scott Marlowe wrote:

> On Tue, Sep 1, 2009 at 2:58 PM, Himanshu
> Gupta<himanshu(dot)gupta(at)semanticbits(dot)com> wrote:
>> Hi,
>>
>> I have multiple applications, i want to create separate schema for
>> each of
>> the application. I dont want to change search path, since have
>> only one
>> user. I went through couple of post's talking about some patch
>> related to
>> that. It seems that patch got rejected. Any help is appreciated.
>
> I'm not sure how you want this to happen. Do you want a single user
> to see ALL the schemas at once? Or do you want to set the search path
> each time you connect? Is there a reason for having multiple apps hit
> multiple schemas but use only one account? Multiple accounts (one for
> each app) would certainly make things more manageable.
>
> But mainly I'm just trying to get a grip on how you're trying to get
> this to work.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gordon Ross 2009-09-02 13:28:52 PL/SQL & unset custom variable
Previous Message tanjunhua 2009-09-02 13:11:24 Re: Join efficiency