Multiples schemas

Поиск
Список
Период
Сортировка
От lucas@presserv.org
Тема Multiples schemas
Дата
Msg-id 20050302083033.2kb2nn2x30gkko08@www.presserv.org
обсуждение исходный текст
Ответы Re: Multiples schemas  (Peter Eisentraut <peter_e@gmx.net>)
Re: Multiples schemas  (Markus Schaber <schabi@logix-tt.com>)
Список pgsql-sql
Hi,
Is there a way to construct a multi schema in my data base?Something like: mysystem.finances.money.tables
mysystem.finances.money.functionsmysystem.finances.credits.tables mysystem.finances.credits.functions
mysystem.amount.products..........
 

Or can I use another database like:createdb DB1createdb DB2psql DB1select * from DB2.schema.table

Or i need to construct the tables in the same database and the same schema
like:mysystemdb.amount.productsmysystemdb.amount.vendorsmysystemdb.amount.clientsmysystemdb.finances.money....

Could I create a multi schema into another schema ??? or is there only one level
for schema sctructs?

Thanks for all


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Postgres performance
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Postgres performance