Re: DBs and Schemas

Поиск
Список
Период
Сортировка
От Adam Ruth
Тема Re: DBs and Schemas
Дата
Msg-id 6D8C7B48-40A3-11D8-97E9-000A959D1424@intercation.com
обсуждение исходный текст
Ответ на Re: DBs and Schemas  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-general
On Jan 6, 2004, at 3:27 PM, Oliver Elphick wrote:

> On Tue, 2004-01-06 at 22:06, Adam Ruth wrote:
>>> 1. Modifying the applications to use schemas instead of connecting to
>>>    specific databases.  Getting the authors to use schemas so I do it
>>>    once.
>>
>> One thing I'd suggest would be to modify the application to issue a
>> "set search_path = yourschema;" at the beginning, then the rest of the
>> application wouldn't need to change.  That's what I did when I did
>> something similar.
>
> You can use ALTER DATABASE to set that up permanently, without touching
> the application.

If you were combining several databases into one database with several
schemas, each application will use a different schema.  Thus each
application would need to specify which schema it's using when starting
up.


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: DBs and Schemas
Следующее
От: "Chris Ochs"
Дата:
Сообщение: problems with transaction blocks