On Mon, 14 Jan 2008, David Gradwell wrote: > Description: backslash_quote = off doesn't work any more
I think you need to set standard_conforming_strings=on; instead. Then: select '\''012'::text; text ------- \'012 (1 row) select '\012'::text; text ------ \012 (1 row) I think this backslash_quote is ignored when standard_conforming_strings is on. Regards Tometzky -- ...although Eating Honey was a very good thing to do, there was a moment just before you began to eat it which was better than when you were... Winnie the Pooh ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly