]> granicus.if.org Git - postgresql/commit
Update dummy CREATE ASSERTION grammar
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 26 Sep 2018 11:26:24 +0000 (13:26 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 26 Sep 2018 11:26:24 +0000 (13:26 +0200)
commita49ceda6a044c2fc104b3d1397fe0bef8679d1aa
treec7a7a4de9cf21709076f8f441d993aa506a33dc8
parenta3d2844852dc664718320b15cbc6d6bfa264e66e
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
src/backend/parser/gram.y