Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 27 Apr 2018 17:42:03 +0000 (13:42 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 27 Apr 2018 17:42:03 +0000 (13:42 -0400)
commit2e83e6bd74ee8d4d119edf8272406f23e6c546cf
tree1e20a3ee92eb19e81f2f757bda36243c2fc6cb93
parent76ece169746f50652771a9fa9adc66d207e9d6f7
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
doc/src/sgml/ref/create_transform.sgml
doc/src/sgml/ref/do.sgml
src/backend/commands/functioncmds.c