isaacparker0 commented on code in PR #2169:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2169#discussion_r2721285188
##########
src/ast/ddl.rs:
##########
@@ -319,6 +319,14 @@ pub enum AlterTableOperation {
///
/// Note: this is a PostgreSQL-specific operation.
EnableRowLevelSecurity,
+ /// `FORCE ROW LEVEL SECURITY`
+ ///
+ /// Note: this is a PostgreSQL-specific operation.
+ ForceRowLevelSecurity,
+ /// `NO FORCE ROW LEVEL SECURITY`
+ ///
+ /// Note: this is a PostgreSQL-specific operation.
+ NoForceRowLevelSecurity,
Review Comment:
Done, added comments identical to the existing one for `REPLICA IDENTITY`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]