This parameter is primarily used when working with connections that have multiple databases configured. For most use cases, you wonβt need to set this manually.
- Multi-database PostgreSQL connections where tables from different databases need to be modeled in a single connection
- Other database types that support catalog-level organization (BigQuery, Snowflake, MotherDuck, Databricks, Trino, Athena)
Limitations
Cross-database JOINs are not supported for PostgreSQL. Each query can only access tables from a single database.Syntax
Properties
The name of the database catalog containing the table. This is typically set automatically when using the Include Other Databases connection setting.
Examples
Table from a secondary PostgreSQL database
Table from the default database (catalog not needed)