Opciones de configuración PostgreSQL&Name;&Default;&Changeable;&Changelog;pgsql.allow_persistent"1"INI_SYSTEMpgsql.max_persistent"-1"INI_SYSTEMpgsql.max_links"-1"INI_SYSTEMpgsql.auto_reset_persistent"0"INI_SYSTEMpgsql.ignore_notice"0"INI_ALLpgsql.log_notice"0"INI_ALL
&ini.php.constants;
&ini.descriptions.title;
pgsql.allow_persistentbool
Si se permiten conexiones Postgres persistentes.
pgsql.max_persistentint
El número máximo de conexiones Postgres persistentes por
proceso.
pgsql.max_linksint
El número máximo de conexiones Postgres por proceso,
incluyendo conexiones persistentes.
pgsql.auto_reset_persistentint
Detectar conexiones persitentes rotas con pg_pconnect.
Necesita un breve tiempo adicional.
pgsql.ignore_noticeint
Hacer caso o no a los mensajes de avisos del backend PostgreSQL.
pgsql.log_noticeint
Registrar o no los mensajes de aviso del backend PostgreSQL. La directiva
PHP
pgsql.ignore_notice debe estar apagada para registrar los mensajes de aviso