PGSQL_STATEMENT_TIMEOUT

The PGSQL_STATEMENT_TIMEOUT variable is set to prevent the Postgres queries from running for a long period of time.

Values

Integer (Milliseconds)

Default

600000 (Milliseconds)

Comments

An error message is displayed for every timeout in the postgres.log file and the log message with the exid id is logged in the vamessages.log and server.log files.