Chapter 6. Defining a Metadata Catalog Connection (define_catalog_connection)

Execute the following command:

  SELECT metastore.define_catalog_connection('host', 'port', 'database', 'username', 'password');

Where:

If one of these parameters is missing, for example, when connecting to the server with the metadata catalog without a user password, pass an empty string as a value.

Example 6.1. 

SELECT metastore.define_catalog_connection('host', 'port','database','', '');

Reconnect to the pgpro_metastore server (not to the server with the metadata catalog) for the changes to take effect.