Skip to content

Commit 51ba42b

Browse files
git-hulkalamb
andauthored
Update src/ast/mod.rs
Co-authored-by: Andrew Lamb <[email protected]>
1 parent 69a1f36 commit 51ba42b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ast/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,9 @@ pub enum Statement {
24602460
operation: AlterRoleOperation,
24612461
},
24622462
/// ```sql
2463-
///
2463+
/// ALTER POLICY <NAME> ON <TABLE NAME> [<OPERATION>]
2464+
/// ```
2465+
/// (Postgresql-specific)
24642466
AlterPolicy {
24652467
name: Ident,
24662468
#[cfg_attr(feature = "visitor", visit(with = "visit_relation"))]

0 commit comments

Comments
 (0)