Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Tim_Ouimet
Contributor III
Contributor III

Cross-Schema Database Name Field in Postgres SQL

Planning the layout of databases for Postgres SQL.

Right now - using MSSQL - have a DB for STAGE and one for FACT.

Converting to Postgres SQL, having single connection to EDW db in MS SQL can reference multiple schema (dbo, etc).

How do you specify a table in different schema in the tDBOutput component for a Postgres SQL connected db?

Startek, Inc
Labels (2)
1 Reply
Shicong_Hong
Employee
Employee

Hello 

You must specify the schema name in the Schema field. If multiple schemas exist, you can use context variables to dynamically modify the schema name within a single subjob.

Regards

Shicong