Postgres
Create a Group and a User
As a super user, execute the following SQL commands to create a group, a user assigned to that group, and permissions to access a system table.
Grants Read Access to Data
Then for each schema schema
, execute the following three commands to grant read-only access.
Note: to programmatically generate these three queries for all schemas, you can use the following command. These commands still need to be executed.
Allow Dot IPs
If your organization uses a firewall to manage Postgres access, Dot will only access your Postgres through the following IPs:
3.229.110.216
3.122.135.165
Last updated