php - postgresql max execution time -


is there option use postgresql functions in php, can specify maxim execution time query ? don't want enable config file because queries need restricted.

run php query before main query

like

set statement_timeout 5000; 

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -