DROP EXTENSION

Поиск
Список
Период
Сортировка
От mschwan@opentext.com
Тема DROP EXTENSION
Дата
Msg-id 20160620160047.5792.49827@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: DROP EXTENSION  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/sql-dropextension.html
Description:

I dropped an extension in my database with a function dependency.  The
function was dropped (without messages of dependencies) and leaving the
function intact.
The lines "DROP EXTENSION removes extensions from the database. Dropping an
extension causes its component objects to be dropped as well." is not clear.
 It should be stated that by default the dependencies remain intact after
the drop.
However, I think this is an error in the command.  It should be the default
behavior to produce an error message stating there are dependencies and the
extension cannot be dropped.

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Pg_upgrade and collation
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: DROP EXTENSION