You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/02/10 03:37:21 UTC

[GitHub] [shardingsphere] tuichenchuxin commented on a change in pull request #15331: support alter materialized view for pg/og.

tuichenchuxin commented on a change in pull request #15331:
URL: https://github.com/apache/shardingsphere/pull/15331#discussion_r803275222



##########
File path: shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/antlr4/imports/postgresql/DDLStatement.g4
##########
@@ -561,6 +562,12 @@ alterTableCmd
     | alterGenericOptions
     ;
 
+columnCompression
+    : COMPRESSION colId
+    | COMPRESSION DEFAULT
+    ;
+    

Review comment:
       @strongduanmu Thanks for reminding, I have remove it.




-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org