Remove deprecated syntax from CREATE/DROP LANGUAGE
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 11 Jun 2020 08:26:12 +0000 (10:26 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 11 Jun 2020 08:26:12 +0000 (10:26 +0200)
commit5333e014ab943b201fe71cfaf409419c204f36be
tree020920ae666e1ba04136cdd7efe7e4a72228a467
parenta3b2bf1fe7ce7cf88af6af2c100c6ed61c976780
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
doc/src/sgml/ref/create_language.sgml
doc/src/sgml/ref/drop_language.sgml
src/backend/parser/gram.y