Re: creating extension including dependencies

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: creating extension including dependencies
Дата
Msg-id 20150916224610.GU88970@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: creating extension including dependencies  (Andres Freund <andres@anarazel.de>)
Ответы Re: creating extension including dependencies  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund wrote:

> > @@ -91,8 +92,38 @@ CREATE EXTENSION [ IF NOT EXISTS ] <replaceable class="parameter">extension_name
> >          The name of the schema in which to install the extension's
> >          objects, given that the extension allows its contents to be
> >          relocated.  The named schema must already exist.
> > -        If not specified, and the extension's control file does not specify a
> > -        schema either, the current default object creation schema is used.
> > +        If not specified, and the extension control file does not define
> > +        <literal>schema</> either, the current default object creation
> > +        schema is used.
> > +       </para>
> 
> Imo still a spurious change.

I think some more work is needed in this file -- ISTM the rules used to
determine the creation schema under CASCADE should not be placed within
the SCHEMA clause explanation.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Improving test coverage of extensions with pg_dump
Следующее
От: Andres Freund
Дата:
Сообщение: Re: creating extension including dependencies