ediconss commented on code in PR #27883:
URL: https://github.com/apache/shardingsphere/pull/27883#discussion_r1294127215


##########
parser/sql/dialect/postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/visitor/statement/type/PostgreSQLDDLStatementVisitor.java:
##########
@@ -419,6 +419,9 @@ public ASTNode visitAlterDefinitionClause(final 
AlterDefinitionClauseContext ctx
         if (null != ctx.alterTableActions()) {
             
result.getValue().addAll(ctx.alterTableActions().alterTableAction().stream().flatMap(each
 -> getAlterDefinitionSegments(each).stream()).collect(Collectors.toList()));
         }
+        if (null != ctx.renameColumnSpecification()) {

Review Comment:
   sorry,I don't know where to 
add,[parser/sql/dialect/postgresql/src/test/java/org/apache/shardingsphere/test/it/sql/parser/it/postgresql/external/ExternalPostgreSQLParserIT.java](https://github.com/apache/shardingsphere/blob/master/parser/sql/dialect/postgresql/src/test/java/org/apache/shardingsphere/test/it/sql/parser/it/postgresql/external/ExternalPostgreSQLParserIT.java)
 already covered  relname col sql



-- 
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]

Reply via email to