PostgreSQL
Prerequisites
Step 1: Configure Access in PostgreSQL
1.1 Create User
-- Create a new user with password
CREATE USER <username> WITH PASSWORD '<password>';1.2 Grant Permissions
Option A: Grant Access to Entire Database
Option B: Grant Access to Specific Tables
Option C: Grant Access to Specific Columns
1.3 Example: Complete Setup
Step 2: Connect to Unistream
2.1 Add PostgreSQL Source
2.2 Configure Connection
2.3 Test and Save
Need Help?
Last updated

