Per-database search_path

Поиск
Список
Период
Сортировка
От David Fetter
Тема Per-database search_path
Дата
Msg-id 20060929194017.GH2823@fetter.org
обсуждение исходный текст
Ответы Re: Per-database search_path  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Folks,

I'd like to propose a feature for 8.3, which would let login roles
have a default search_path both globally, as it is now, and
per-database.  This is because in general no two databases have
any schemas in common, and a login role should be able to do something
reasonable just by connecting.

What would be involved with making this so?  So far, I can see:

* Storing this information in pg_catalog somehow
* Setting the search_path when a login role connects

Cheers,
D
-- 
David Fetter <david@fetter.org> http://fetter.org/
phone: +1 415 235 3778        AIM: dfetter666                             Skype: davidfetter

Remember to vote!


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Replication hooks discussion
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Per-database search_path