aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2015-01-28 22:59:03 -0500
committerStephen Frost <sfrost@snowman.net>2015-01-28 22:59:03 -0500
commitbb541812b8f67ae0341fa76fe3bb60f58671b8c7 (patch)
treee24234201e8aadf657cf7798246d8d565cbbd123 /src/backend/utils/adt/enum.c
parent42f66b27566798d9969791ec6d2acd399c41b60f (diff)
downloadpostgresql-bb541812b8f67ae0341fa76fe3bb60f58671b8c7.tar.gz
postgresql-bb541812b8f67ae0341fa76fe3bb60f58671b8c7.zip
CREATE POLICY expression -> using_expression
The syntax for CREATE POLICY simply used "expression" for the USING expression, while the WITH CHECK expression was "check_expression". Given that we have two expressions, it's sensible to explcitly name both to maintain clarity. This patch simply changes the generic "expression" to be "using_expression". Pointed out by Peter Geoghegan.
Diffstat (limited to 'src/backend/utils/adt/enum.c')
0 files changed, 0 insertions, 0 deletions