&ini.php.constants;
&ini.descriptions.title;
pgsql.allow_persistentboolean
Whether to allow persistent Postgres connections.
pgsql.max_persistentinteger
The maximum number of persistent Postgres connections per
process.
pgsql.max_linksinteger
The maximum number of Postgres connections per process,
including persistent connections.
pgsql.auto_reset_persistentinteger
Detect broken persistent links with pg_pconnect.
Needs a little overhead.
pgsql.ignore_noticeinteger
Whether or not to ignore PostgreSQL backend notices.
pgsql.log_noticeinteger
Whether or not to log PostgreSQL backends notice messages. The PHP
directive
pgsql.ignore_notice must be off in order to log notice
messages.