On Wed, May 2, 2012 at 11:21 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> On Wed, May 02, 2012 at 12:59:58PM +0000, stuart(at)stuartbishop(dot)net wrote:
>> # CREATE SEQUENCE "\foo";
>> CREATE SEQUENCE
>> # \ds "\
>
> I am unable to reproduce this failure on my copy of 9.1.3. Have you
> perhaps changed any server settings?
I only get the error if I:
SET standard_conforming_strings TO off;
otherwise, it works fine. Perhaps it's still worth fixing though.
Josh