Grammar object type refactoring

Peter Eisentraut <peter@eisentraut.org>

Commit: a332b366d4fa19ee3578a864993a8dc7abb47177
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-06-13T07:19:30Z
Releases: 14.0
Grammar object type refactoring

Unify the grammar of COMMENT, DROP, and SECURITY LABEL further.  They
all effectively just take an object address for later processing, so
we can make the grammar more generalized.  Some extra checking about
which object types are supported can be done later in the statement
execution.

Discussion: https://www.postgresql.org/message-id/flat/163c00a5-f634-ca52-fc7c-0e53deda8735%402ndquadrant.com

Files

PathChange+/−
src/backend/commands/seclabel.c modified +74 −0
src/backend/parser/gram.y modified +48 −114

Discussion