database - PostgreSQL settings -


i want turn standard_conforming_strings off in postgresql. enter command "set standard_conforming_strings=off;" , check "show standard_conforming_strings;" , ok. when quit , open client again setting switched on.

how can permanently turn off ?

in postgresql.conf set

standard_conforming_strings=off 

and load new conf with

pg_ctl reload 

as in docs: http://www.postgresql.org/docs/9.2/static/config-setting.html


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -