Re: Create GLOBAL TABLE

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Create GLOBAL TABLE
Дата
Msg-id 43564306.4010706@archonet.com
обсуждение исходный текст
Ответ на Create GLOBAL TABLE  ("Marius Cornea" <marius@tns-agb.ro>)
Список pgsql-general
Marius Cornea wrote:
> How can I make a global table (like pg_users, pg_shaddow) ?

You can't afaik. There are three things you can do though.

1. Anything you put into pg_template1 gets created in each new database
(unless you choose a different template when creating).
2. The dblink() module in contrib/ lets you connect two databases (on
the same or different clusters)
3. Use separate schemas rather than separate databases to split your data.

That any help?

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Patrick FICHE
Дата:
Сообщение: Re: getting around---division by zero on numeric
Следующее
От: Sean Davis
Дата:
Сообщение: Re: getting around---division by zero on numeric