Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
catalogs:
	- name: ...
	  type: postgres
	  username: xxx
	  password: yyy
	  base_url: jdbc:... 
      default-database: ... # optional


Versions

flink-connector-postgres module will provide a fat jar including latest postgres jdbc driver and relying on the driver itself for backward compatibility. Users can also build jars with their own versions.

...