wuchong commented on a change in pull request #11804: URL: https://github.com/apache/flink/pull/11804#discussion_r411846216
########## File path: docs/dev/table/catalogs.md ########## @@ -37,6 +41,76 @@ Or permanent metadata, like that in a Hive Metastore. Catalogs provide a unified The `GenericInMemoryCatalog` is an in-memory implementation of a catalog. All objects will be available only for the lifetime of the session. +### JDBCCatalog + +The `JDBCCatalog` enables users to connect Flink to relational databases over JDBC protocol. + +#### PostgresCatalog + +`PostgresCatalog` is the only implementation of JDBC Catalog at the moment. + +To set a `JDBCcatalog`, Review comment: ```suggestion To set a `JDBCCatalog`, ``` ---------------------------------------------------------------- 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: us...@infra.apache.org