&reftitle.runtime;
&extension.runtime;
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
是否允许持久的 Postgres 连接。
pgsql.max_persistent
int
每个进程所能有的持久 Postgres 连接数目。
pgsql.max_links
int
每个进程所能有的 Postgres 连接数目,包括持久连接。
pgsql.auto_reset_persistent
int
检测用在 pg_pconnect 上的中断了的持久连接。需要一些损耗。
pgsql.ignore_notice
int
是否忽略 PostgreSQL 后端的通告。
pgsql.log_notice
int
是否记录 PostgreSQL 后端的通告消息。要记录通告消息日志,PHP
指令 pgsql.ignore_notice 必须为 off。