Skip to content

Commit d4fc089

Browse files
committed
Merge branch 'feature/alter-policy-for-pg' of github.com:git-hulk/sqlparser-rs into feature/alter-policy-for-pg
2 parents ab54b82 + 51ba42b commit d4fc089

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)