Re: Extensions in schemas

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Extensions in schemas
Дата
Msg-id m2fwoept55.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Extensions in schemas  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Is there any particular reason why we can't/don't auto-create schema
> bar when you run "CREATE EXTENSION foo SCHEMA bar"?

We do it when the schema is given in the control file.  I'm not sure off
hand but we maybe only do that when the extension is *not* relocatable.

The idea is that if you're asking for an extension to live in a given
schema, it must already exists, whereas if the extension's author is the
one who says which schema it must live in, then the system is kind
enough to make that happen (and mark the schema as being part of the
extension, I think).

Yeah, I forgot to git pull on this laptop I bring with me at
conferences, so I can't read the sources to tell you for sure.  Expect
me to fix that after landing :)

--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


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

Предыдущее
От: Alex Hunsaker
Дата:
Сообщение: Re: Fix for Perl 5.14
Следующее
От: "MauMau"
Дата:
Сообщение: Cannot build docs of 9.1 on Windows