mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
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.
This commit is contained in:
parent
11226e3817
commit
dc8e05295a
@ -4545,10 +4545,10 @@ AlterUserMappingStmt: ALTER USER MAPPING FOR auth_ident SERVER name alter_generi
|
||||
/*****************************************************************************
|
||||
*
|
||||
* QUERIES:
|
||||
* CREATE POLICY name ON table FOR cmd TO role USING (qual)
|
||||
* WITH CHECK (with_check)
|
||||
* ALTER POLICY name ON table FOR cmd TO role USING (qual)
|
||||
* WITH CHECK (with_check)
|
||||
* CREATE POLICY name ON table [FOR cmd] [TO role, ...]
|
||||
* [USING (qual)] [WITH CHECK (with_check)]
|
||||
* ALTER POLICY name ON table [TO role, ...]
|
||||
* [USING (qual)] [WITH CHECK (with_check)]
|
||||
* DROP POLICY name ON table
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user