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
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
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
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