pgsql: Adjust hints and docs to suggest CREATE EXTENSION not CREATE LAN

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust hints and docs to suggest CREATE EXTENSION not CREATE LAN
Date: 2018-04-27 17:42:08
Message-ID: E1fC7No-00048p-VA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.

The core PLs have been extension-ified for seven years now, and we can
reasonably hope that all out-of-core PLs have been too. So adjust a few
places that were still recommending CREATE LANGUAGE as the user-level
way to install a PL.

Discussion: https://postgr.es/m/CA+TgmoaJTUDMSuSCg4k08Dv8vhbrJq9nP3ZfPbmysVz_616qxw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2e83e6bd74ee8d4d119edf8272406f23e6c546cf

Modified Files
--------------
doc/src/sgml/ref/create_transform.sgml | 4 ++--
doc/src/sgml/ref/do.sgml | 2 +-
src/backend/commands/functioncmds.c | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-28 02:00:06 pgsql: Try to get some info about Windows can't-reattach-to-shared-memo
Previous Message Peter Eisentraut 2018-04-27 16:00:08 pgsql: perltidy: Add option --nooutdent-long-quotes