Skip to content

Commit

Permalink
Update src/ast/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
git-hulk and alamb authored Sep 29, 2024
1 parent 69a1f36 commit 51ba42b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,9 @@ pub enum Statement {
operation: AlterRoleOperation,
},
/// ```sql
///
/// ALTER POLICY <NAME> ON <TABLE NAME> [<OPERATION>]
/// ```
/// (Postgresql-specific)
AlterPolicy {
name: Ident,
#[cfg_attr(feature = "visitor", visit(with = "visit_relation"))]
Expand Down

0 comments on commit 51ba42b

Please sign in to comment.