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 could be set at runtime? Does it apply

Re: [GENERAL] Byte Escape Syntax

2010-04-15 Thread Tom Lane
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. > I am running into a strange problem when I access postgres try two > different Ruby ORM's. I am guessing that one of t