Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc8e052

Browse files
committed
Fix gram.y comment to match reality
There are other comments in there that don't precisely match what'simplemented, but this one confused me enough to be worth fixing.
1 parent11226e3 commitdc8e052

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 cmdTO role USING (qual)
4549-
*WITH CHECK (with_check)
4550-
*ALTER POLICY name ON tableFOR cmdTO 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)

[8]ページ先頭

©2009-2025 Movatter.jp