kimmking commented on a change in pull request #5758:
URL: https://github.com/apache/shardingsphere/pull/5758#discussion_r429394835
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/antlr4/imports/postgresql/PostgreSQLKeyword.g4
##########
@@ -587,10 +587,6 @@ TSQUERY
: T S Q U E R Y
;
-UUID
Review comment:
UUID is a key word for data tyep in PostgreSQL.
https://www.postgresql.org/docs/9.1/datatype-uuid.html
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]