Re: namespace in pgsql

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: namespace in pgsql
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C2028AA880@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на namespace in pgsql  (Bhavik <bhavikdbavishi@gmail.com>)
Список pgsql-general
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
> <schema>.<table_name>, but is it possible like
> <db_name>.<schema>.<table_name> ???
>
> 2) Is it fine if I store all data in one db ( well most of the table
> with 2000+ rows ) ? OR better to created 2-3 dbs and store those
> tables...
>
> Thanks in advance...... ("    ,)

When connected to one PostgreSQL database, you cannot access data
stored in another PostgreSQL database, even if it is in the same
database cluster.

If you need to select from several tables from an application and
perhaps join them, you should have them in one database.

Yours,
Laurenz Albe

PS: There is dblink, but I think that's not what you want to know.

В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Oracle and Postgresql
Следующее
От: Louis-David Mitterrand
Дата:
Сообщение: group by error message?