Re: Postgres architecture for multiple instances

Поиск
Список
Период
Сортировка
Искать
От
Giuseppe Sacco
Тема
Re: Postgres architecture for multiple instances
Дата
Msg-id
1424591976.2964.8.camel@eppesuigoccas.homedns.org
Ответ на
Список
Дерево обсуждения
Postgres architecture for multiple instances Samuel Smith <pgsql@net153.net>
Re: Postgres architecture for multiple instances Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>
Re: Postgres architecture for multiple instances "Daniel Verite" <daniel@manitou-mail.org>
Re: Postgres architecture for multiple instances Tom Lane <tgl@sss.pgh.pa.us>
Re: Postgres architecture for multiple instances Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>
Re: Postgres architecture for multiple instances Adrian Klaver <adrian.klaver@aklaver.com>
Re: Postgres architecture for multiple instances David Steele <david@pgmasters.net>
Re: Postgres architecture for multiple instances Samuel Smith <pgsql@net153.net>
Re: Postgres architecture for multiple instances Gavin Flower <GavinFlower@archidevsys.co.nz>
Re: Postgres architecture for multiple instances Marc Mamin <M.Mamin@intershop.de>
Re: Postgres architecture for multiple instances Scott Marlowe <scott.marlowe@gmail.com>
Re: Postgres architecture for multiple instances Samuel Smith <pgsql@net153.net>
Re: Postgres architecture for multiple instances Gavin Flower <GavinFlower@archidevsys.co.nz>
Re: Postgres architecture for multiple instances Novák, Petr <novakp@avast.com>
Re: Postgres architecture for multiple instances Thomas Kellerer <spam_eater@gmx.net>
Il giorno sab, 21/02/2015 alle 16.01 -0600, Samuel Smith ha scritto:
> Howdy,
> I am looking for advice on migrating to postgres from another database 
> system.
[...]

People already wrote you some comments, here are two more.

DB2 instances run as different OS users, so if you need the same
approach for security reasons, you will need to create different
postgresql clusters.

Another important fact is about large objects, if you happen to use
them: their OID is not just unique to the database, but to the whole
cluster. This means that when you move a database in a cluster from a
production system to a database on a test cluster, you may get errors
when same OID already exists in target cluster (even if it is used in a
different database).

Bye,
Giuseppe


В списке pgsql-general по дате отправления
От: David G Johnston
Дата:
От: Marc Mamin
Дата:
FAQ