Обсуждение: pgsql: Update dummy CREATE ASSERTION grammar

Поиск
Список
Период
Сортировка

pgsql: Update dummy CREATE ASSERTION grammar

От
Peter Eisentraut
Дата:
Update dummy CREATE ASSERTION grammar

While we are probably still far away from fully implementing
assertions, all patch proposals appear to take issue with the existing
dummy grammar CREATE/DROP ASSERTION productions, so update those a
little bit.  Rename the rule, use any_name instead of name, and remove
some unused code.  Also remove the production for DROP ASSERTION,
since that would most likely be handled via the generic DROP support.

extracted from a patch by Joe Wildish

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a49ceda6a044c2fc104b3d1397fe0bef8679d1aa

Modified Files
--------------
src/backend/parser/gram.y | 39 +++++++--------------------------------
1 file changed, 7 insertions(+), 32 deletions(-)