[GENERAL] Byte Escape Syntax

2010-04-15 Thread Howard Yeh
Hi, Is Postgres's byte escape syntax something that could be set by the client? I am running into a strange problem when I access postgres try two different Ruby ORM's. I am guessing that one of them is doing something funny to the client connections. Looking at the Ruby C-driver, it's calling P

Re: [GENERAL] Byte Escape Syntax

2010-04-15 Thread Howard Yeh
On Thu, Apr 15, 2010 at 10:45 AM, Tom Lane wrote: > Howard Yeh writes: >> Is Postgres's byte escape syntax something that could be set by the client? > > Well, indirectly --- it's affected by the standard_conforming_strings > setting. is this something that coul