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(-)
