Re: [GENERAL] Multiple Schema in One DB

2014-03-03 Thread Brent Wood
: itishree sukla Cc: Postgres General Subject: Re: [GENERAL] Multiple Schema in One DB On Wed, Feb 26, 2014 at 11:24 PM, itishree sukla wrote: > Hi all, > > I am in a requirement to have multiple schema in one Database. > > Schema structure will be same with respect to DB all db o

Re: [GENERAL] Multiple Schema in One DB

2014-02-26 Thread Scott Marlowe
On Wed, Feb 26, 2014 at 11:24 PM, itishree sukla wrote: > Hi all, > > I am in a requirement to have multiple schema in one Database. > > Schema structure will be same with respect to DB all db objetcs like tables, > procedure. > > However each schema will be accessed by one one application. > > Pr

[GENERAL] Multiple Schema in One DB

2014-02-26 Thread itishree sukla
Hi all, I am in a requirement to have multiple schema in one Database. Schema structure will be same with respect to DB all db objetcs like tables, procedure. However each schema will be accessed by one one application. Problem is as all DB objects are same, when application is calling to a sch