Re: [GENERAL] namespace in pgsql

2008-09-25 Thread Albe Laurenz
Bhavik wrote: > I am newbie for pgsql. Im using Solaris. > > 1) Is it possible to have namespace like in OOP, in pgsql query. > means as I know we can reference table or its column with fashion like > ., but is it possible like > .. ??? > > 2) Is it fine if I store all data in one db

Re: [GENERAL] namespace in pgsql

2008-09-25 Thread RW
1) Is it possible to have namespace like in OOP, in pgsql query. means as I know we can reference table or its column with fashion like ., but is it possible like .. ??? As far as I know this is only possible with dblink which is a contrib module. 2) Is it fine if I store all data in on

Re: [GENERAL] namespace in pgsql

2008-09-25 Thread Andreas Kretschmer
Bhavik <[EMAIL PROTECTED]> schrieb: > Hi, > > I am newbie for pgsql. Im using Solaris. > > 1) Is it possible to have namespace like in OOP, in pgsql query. > means as I know we can reference table or its column with fashion like > ., but is it possible like > .. ??? No, you can't ac

[GENERAL] namespace in pgsql

2008-09-25 Thread Bhavik
Hi, I am newbie for pgsql. Im using Solaris. 1) Is it possible to have namespace like in OOP, in pgsql query. means as I know we can reference table or its column with fashion like ., but is it possible like .. ??? 2) Is it fine if I store all data in one db ( well most of the table