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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy