Remove deprecated syntax from CREATE/DROP LANGUAGE

Peter Eisentraut <peter@eisentraut.org>

Commit: 5333e014ab943b201fe71cfaf409419c204f36be
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-06-11T08:26:12Z
Releases: 14.0
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

Files

Documentation touched

Discussion