Re: Managing two sets of data in one database

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Managing two sets of data in one database
Дата
Msg-id 4F74D2A5.9070203@hogranch.com
обсуждение исходный текст
Ответ на Re: Managing two sets of data in one database  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
On 03/29/12 2:16 PM, Thomas Kellerer wrote:
> Jonathan Bartlett wrote on 29.03.2012 22:39:
>> Your suggestion gives me an idea, and I'd like your opinion since I
>> haven't done much with schemas.
>>
>> (1) Separate the datasets into different schemas
>> (2) Use different schema names for different static data releases
>> (3) For the *company*, we can use a schema search path that includes
>> the next schema
>> (4) For the *users*, they can use a schema search path that includes
>> the released schema
>>
>> Then, I wouldn't have to modify any code, except to set the schema
>> search path based on who was connecting.
>
> If you create different Postgres users, you can set the search_path
> per user, so you don't have to remember doing that while connecting.

heck, the default search_path is $USER,"public"



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Managing two sets of data in one database
Следующее
От: David Salisbury
Дата:
Сообщение: default value returned from sql stmt