Martijn Visser created FLINK-25062:
--------------------------------------

             Summary: Implement all catalog methods for PostgresCatalog
                 Key: FLINK-25062
                 URL: https://issues.apache.org/jira/browse/FLINK-25062
             Project: Flink
          Issue Type: Improvement
            Reporter: Martijn Visser


PostgresCatalog doesn't support all `Catalog` methods, but only:

{code:java}
PostgresCatalog.databaseExists(String databaseName)
PostgresCatalog.listDatabases()
PostgresCatalog.getDatabase(String databaseName)
PostgresCatalog.listTables(String databaseName)
PostgresCatalog.getTable(ObjectPath tablePath)
PostgresCatalog.tableExists(ObjectPath tablePath)
{code}

PostgresCatalog should support all `Catalog` methods. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to