Content-Length: 267310 | pFad | http://github.com/postgrespro/postgres/commit/dc8e05295ab126bc4c943cab3e8e117489ecb246

96 Fix gram.y comment to match reality · postgrespro/postgres@dc8e052 · GitHub
Skip to content

Commit dc8e052

Browse files
committed
Fix gram.y comment to match reality
There are other comments in there that don't precisely match what's implemented, but this one confused me enough to be worth fixing.
1 parent 11226e3 commit dc8e052

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/parser/gram.y

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4545,10 +4545,10 @@ AlterUserMappingStmt: ALTER USER MAPPING FOR auth_ident SERVER name alter_generi
45454545
/*****************************************************************************
45464546
*
45474547
* QUERIES:
4548-
* CREATE POLICY name ON table FOR cmd TO role USING (qual)
4549-
* WITH CHECK (with_check)
4550-
* ALTER POLICY name ON table FOR cmd TO role USING (qual)
4551-
* WITH CHECK (with_check)
4548+
* CREATE POLICY name ON table [FOR cmd] [TO role, ...]
4549+
* [USING (qual)] [WITH CHECK (with_check)]
4550+
* ALTER POLICY name ON table [TO role, ...]
4551+
* [USING (qual)] [WITH CHECK (with_check)]
45524552
* DROP POLICY name ON table
45534553
*
45544554
*****************************************************************************/

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/dc8e05295ab126bc4c943cab3e8e117489ecb246

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy