Jeff Davis <[EMAIL PROTECTED]> writes: > So the postgresql.conf setting "standard_conforming strings" that turns > off backslash escaping affects the interpretation of other > postgresql.conf settings?
No, it doesn't. Backslashes are still escapes within postgresql.conf. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match