pgsql: Remove deprecated syntax from CREATE/DROP LANGUAGE

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove deprecated syntax from CREATE/DROP LANGUAGE
Date: 2020-06-11 09:31:53
Message-ID: E1jjJYv-0006br-6E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-06-11 09:52:46 pgsql: Fix typos.
Previous Message Michael Paquier 2020-06-11 06:49:16 pgsql: Move frontend-side archive APIs from src/common/ to src/fe_utils