pgsql: Convert createlang/droplang to use CREATE/DROP EXTENSION.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Convert createlang/droplang to use CREATE/DROP EXTENSION.
Дата
Msg-id E1Pvwl8-00064r-AS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Convert createlang/droplang to use CREATE/DROP EXTENSION.

In createlang this is a one-line change.  In droplang there's a whole
lot of cruft that can be discarded since the extension mechanism now
manages removal of the language's support functions.

Also, add deprecation notices to these two programs' reference pages,
since per discussion we may toss them overboard altogether in a release
or two.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ba0c93a0f46ca70cae47a8817067c1e98482979f

Modified Files
--------------
doc/src/sgml/ref/createlang.sgml |   24 ++++--
doc/src/sgml/ref/droplang.sgml   |   24 +++---
src/bin/scripts/createlang.c     |   10 ++-
src/bin/scripts/droplang.c       |  162 ++------------------------------------
4 files changed, 46 insertions(+), 174 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove one copy of duplicated alpha4 release note.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make plpythonu language use plpython2 shared library directly.