Adding PostgreSQL Databases to Include When Searching for Personally Identifiable Information

To add a PostgreSQL Database Connection String first select PostgreSQL from the Database Type dropdown by clicking on the down arrow next to the Database Type field, then click the Configure button and enter your database connection information.  

Establish the fields below to configure a connection with a PostgreSQL database:

Name Description

Database Name

Database Name examples:

  • <server_name>,<port_number>@<DBName>Win2012-DB,3307@idftestdata - For connecting to a database with the specified name on the specified server using the specified port number.
  • "<server_name>@<database_name>" - For connecting to a database with the specified name on the specified server.
  • "<database_name>" or "@ <database_name>" - For connecting to a database with the specified name on a local server.

User Name

 

Password

 

Additional Options:

When entering multiple entries, use a semicolon as the delimiter between entries.

Name Description
APPNAME
  • Specify the agent application name to use when connecting to the database. The default value is: APPNAME=Sensitive Data Manager;.
  •  
  • Please refer to your PostgreSQL documentation for more information on how this option affects the underlying connection behavior.
  • <server_name> can be a cobination of hostname/address and port number (<server_name> = <host>[,<port>]))

    <options> string used for PQsetdbLogin function pgoptions parameter (these are the server process parameters).

    <database_name> string defines the database name for the connection but it can also define the agent options like: "dbname=mydb connect_timeout=10"

    Press Test Connection. If successful, press OK and you will be taken back to the View and Manage Databases to search screen. Press Add to add the database connection string.

    Note: The application requires libpq version 7.1.x or higheror higher to be installed on the Endpoint that will be performing the database search.

    Additional Information

    To view or modify this setting, click the Configuration ribbon, then the Settings button then the Databases page.  For additional settings please refer to View and Manage Databases to Search or Settings to Customize Your Experience.