FANNG1 commented on code in PR #4358:
URL: https://github.com/apache/gravitino/pull/4358#discussion_r1704043906


##########
catalogs/catalog-jdbc-postgresql/src/main/java/org/apache/gravitino/catalog/postgresql/operation/PostgreSqlSchemaOperations.java:
##########
@@ -167,7 +171,11 @@ protected boolean isSystemDatabase(String dbName) {
   }
 
   private String getShowSchemaCommentSql(String schema) {
-    return String.format("SELECT obj_description('%s'::regnamespace) as 
comment", schema);
+    return String.format(

Review Comment:
   why changing this?



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