flink-vvp-connector-adbpg/src/main/java/org/apache/flink/connector/jdbc/table/utils/AdbpgDialect.java [170:175]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                + quoteIdentifier(targetSchema)
                + "."
                + quoteIdentifier(tableName)
                + "("
                + columns
                + ")"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



flink-vvp-connector-adbpg/src/main/java/org/apache/flink/connector/jdbc/table/utils/AdbpgDialect.java [214:219]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                + quoteIdentifier(targetSchema)
                + "."
                + quoteIdentifier(tableName)
                + "("
                + columns
                + ")"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



