pgsql: Remove deprecated syntax from CREATE/DROP LANGUAGE - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove deprecated syntax from CREATE/DROP LANGUAGE
Date
Msg-id E1jjJYv-0006br-6E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove deprecated syntax from CREATE/DROP LANGUAGE

Remove the option to specify the language name as a single-quoted
string.  This has been obsolete since ee8ed85da3b.  Removing it allows
better grammar refactoring.

The syntax of the CREATE FUNCTION LANGUAGE clause is not changed.

Discussion: https://www.postgresql.org/message-id/flat/163c00a5-f634-ca52-fc7c-0e53deda8735%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5333e014ab943b201fe71cfaf409419c204f36be

Modified Files
--------------
doc/src/sgml/ref/create_language.sgml | 5 -----
doc/src/sgml/ref/drop_language.sgml   | 3 +--
src/backend/parser/gram.y             | 8 ++++----
3 files changed, 5 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Move frontend-side archive APIs from src/common/ to src/fe_utils
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix typos.