pgsql: Update documentation to reflect that standard PLs are now extens - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update documentation to reflect that standard PLs are now extens
Date
Msg-id E1Pvkfd-0003rc-BS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update documentation to reflect that standard PLs are now extensions.

Recommend use of CREATE EXTENSION rather than plain CREATE LANGUAGE
where relevant.  Encourage PL authors to provide extension wrappers
for their PLs.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/installation.sgml        |    4 ++--
doc/src/sgml/plhandler.sgml           |    9 +++++++++
doc/src/sgml/plperl.sgml              |   10 +++++-----
doc/src/sgml/plpython.sgml            |    1 +
doc/src/sgml/pltcl.sgml               |    1 +
doc/src/sgml/ref/create_language.sgml |   15 +++++++++++++++
doc/src/sgml/ref/drop_language.sgml   |    9 +++++++++
doc/src/sgml/xplang.sgml              |   21 ++++++++++-----------
8 files changed, 52 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Create extension infrastructure for the core procedural language
Next
From: Robert Haas
Date:
Subject: pgsql: Remove emphasis from 9.1alpha3 items.