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

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -