&reftitle.runtime; &extension.runtime; Opciones de configuración PostgreSQL &Name; &Default; &Changeable; &Changelog; pgsql.allow_persistent "1" INI_SYSTEM pgsql.max_persistent "-1" INI_SYSTEM pgsql.max_links "-1" INI_SYSTEM pgsql.auto_reset_persistent "0" INI_SYSTEM pgsql.ignore_notice "0" INI_ALL pgsql.log_notice "0" INI_ALL
&ini.php.constants;
&ini.descriptions.title; pgsql.allow_persistent bool Si se permiten conexiones Postgres persistentes. pgsql.max_persistent int El número máximo de conexiones Postgres persistentes por proceso. pgsql.max_links int El número máximo de conexiones Postgres por proceso, incluyendo conexiones persistentes. pgsql.auto_reset_persistent int Detectar conexiones persitentes rotas con pg_pconnect. Necesita un breve tiempo adicional. pgsql.ignore_notice int Hacer caso o no a los mensajes de avisos del backend PostgreSQL. pgsql.log_notice int 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