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
Post a Comment