information_schema
: Grant read access permissions to the tables within Postgres as well as the information_schema
schema. This allows Databrain to retrieve necessary information and replicate data accurately. You can assign appropriate permissions to the user or role accessing Postgres to enable reading from tables and accessing metadata stored in the information_schema
."public"
. [Provide a list of schemas (case sensitive) to sync from, if different from the default]information_schema
.postgresql.conf
) for the listen_addresses
setting to confirm.5432
. However, this can be customized. Confirm the specific port your PostgreSQL instance is using by checking the postgresql.conf
file for the port
setting.\l
in the psql
interface to list all databases.\du
in the psql
interface.\dn
in the psql
interface to list them.postgresql.conf
file for the sslmode
setting or consult with your database administrator.