Skip to content

Commit

Permalink
Merge branch 'feature/alter-policy-for-pg' of github.com:git-hulk/sql…
Browse files Browse the repository at this point in the history
…parser-rs into feature/alter-policy-for-pg
  • Loading branch information
alamb committed Sep 29, 2024
2 parents ab54b82 + 51ba42b commit d4fc089
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 d4fc089

Please sign in to comment.