Re: creating extension including dependencies

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: creating extension including dependencies
Дата
Msg-id 55FB7C7D.30305@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: creating extension including dependencies  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: creating extension including dependencies  (Jeff Janes <jeff.janes@gmail.com>)
Re: creating extension including dependencies  (Petr Jelinek <petr@2ndquadrant.com>)
Список pgsql-hackers
On 2015-09-17 17:31, Jeff Janes wrote:
>
> If I fail to specify CASCADE and get an ERROR, I think there should be a
> HINT which suggests the use of CASCADE.
>
>
> create extension earthdistance ;
> ERROR:  required extension "cube" is not installed
>
> (no hint)
>
> There is a HINT on the reverse operation:
> drop extension cube;
> ERROR:  cannot drop extension cube because other objects depend on it
> DETAIL:  extension earthdistance depends on extension cube
> HINT:  Use DROP ... CASCADE to drop the dependent objects too.

Makes sense.

>
> Also, It would be nice to have psql tab complete the word CASCADE.
>

Hmm, it already does?


--  Petr Jelinek                  http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: extend pgbench expressions with functions