Transactional Databases
PostgreSQL
Install Dependencies
Create a user
As a super-user, please execute the following SQL commands in order to create a new group, assign a user to that group, and grant necessary permissions to access and monitor system tables.
Please ensure that a secure password is generated and stored properly as it will be used for adding datasource in configuration file
Granting permissions to tables in a schema
For each schema, execute the following three commands to grant read-only access. Below is the example for granting access to the public schema.
Define DataSource Connection in Configuration File
Postgresql data source can be defined as below in the config file.