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

Lists: pgsql-committers
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
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(-)