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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Convert createlang/droplang to use CREATE/DROP EXTENSION.
Date: 2011-03-05 19:03:22
Message-ID: E1Pvwl8-00064r-AS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-05 20:13:31 pgsql: Make plpythonu language use plpython2 shared library directly.
Previous Message Robert Haas 2011-03-05 18:02:14 pgsql: Remove one copy of duplicated alpha4 release note.