pgsql: Update documentation to reflect that standard PLs are now extens

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update documentation to reflect that standard PLs are now extens
Дата
Msg-id E1Pvkfd-0003rc-BS@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Create extension infrastructure for the core procedural language
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove emphasis from 9.1alpha3 items.