Using PostgreSQL utilities

You can use the PostgreSQL client to customize connections in DataFlow.

Follow these steps to install the PostgreSQL client:

  1. Download the PostgreSQL repository using the package manager yum for RHEL/ Centos.

    #sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
  2. To install PostgreSQL from these repositories, use the yum command on RHEL/Centos 7

    #sudo yum install postgres11-client
  3. Verify installation by running psql command.

    psql
  4. Restart the DataFlow service.

    #tscli --adv service restart dataflow

Was this page helpful?