Remove deprecated syntax from CREATE/DROP LANGUAGE
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_language.sgml | modified | +0 −5 |
| doc/src/sgml/ref/drop_language.sgml | modified | +1 −2 |
| src/backend/parser/gram.y | modified | +4 −4 |
Documentation touched
Discussion
- some grammar refactoring 11 messages · 2020-05-19 → 2020-06-14