Re: Naive schema questions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Naive schema questions
Дата
Msg-id 200405271410.35056.peter_e@gmx.net
обсуждение исходный текст
Ответ на Naive schema questions  (Rory Campbell-Lange <rory@campbell-lange.net>)
Ответы Re: Naive schema questions  (Rory Campbell-Lange <rory@campbell-lange.net>)
Список pgsql-general
Am Donnerstag, 27. Mai 2004 13:15 schrieb Rory Campbell-Lange:
> I imagined schemas might allow me to globally update functions across a
> database hosting many schemas with the same structure.

Put your data tables in separate schemas, put the functions in yet another
schema, and then when you connect set the schema search path to "dataschema,
functionschema" (or maybe vice versa).

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

Предыдущее
От: Rory Campbell-Lange
Дата:
Сообщение: Naive schema questions
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Naive schema questions