Re: Contrib Schemas
От | Tom Lane |
---|---|
Тема | Re: Contrib Schemas |
Дата | |
Msg-id | 19762.1137112417@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Contrib Schemas (David Fetter <david@fetter.org>) |
Ответы |
Re: Contrib Schemas
Re: Contrib Schemas |
Список | pgsql-hackers |
David Fetter <david@fetter.org> writes: > What do you think? I think it's not broken and doesn't need fixing. I have not seen any groundswell of demand for moving the contrib stuff out of the public schema. On the other hand, doing so *will* break many if not all existing applications that use contrib modules. People who want the contrib stuff segregated can easily make it happen by modifying the contrib .sql files before they run them. The .sql files already have a skeleton for this, eg-- Adjust this setting to control where the objects get created.SET search_path= public; I don't really see a need to go further than that. regards, tom lane
В списке pgsql-hackers по дате отправления: