PostgreSQL 9.1 选项standard_conforming_strings默认值为on
PostgreSQL 9.1 选项standard_conforming_strings默认值为on, [standard_conforming_strings (boolean)](http://www.postgresql.org/docs/9.3/static/runtime-config-compatible.html) This controls whether ordinary string literals ('...') treat backslashes literally,as specified in the SQL standard. Beginning in PostgreSQL 9.1,the default is on (prior releases defaulted to off). Applications can check this parameter to determine how string literals will be processed. The presence of this parameter can also be taken as an indication that the escape string syntax (E'...') is supported. Escape string syntax (Section 4.1.2.2) should be used if an application desires backslashes to be treated as escape characters. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |