Re: BUG #6624: Tab completion of identifier containing single backslash triggers warnings - Mailing list pgsql-bugs

From Josh Kupershmidt
Subject Re: BUG #6624: Tab completion of identifier containing single backslash triggers warnings
Date
Msg-id CAK3UJRGkNX+7qqR0VLFg+yo9nbBxsP4PaTXOGB4-k6kx5mHt2A@mail.gmail.com
Whole thread Raw
In response to Re: BUG #6624: Tab completion of identifier containing single backslash triggers warnings  (Bruce Momjian <bruce@momjian.us>)
Responses Re: BUG #6624: Tab completion of identifier containing single backslash triggers warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Wed, May 2, 2012 at 11:21 AM, Bruce Momjian <bruce@momjian.us> wrote:
> On Wed, May 02, 2012 at 12:59:58PM +0000, stuart@stuartbishop.net wrote:
>> # CREATE SEQUENCE "\foo";
>> CREATE SEQUENCE
>> # \ds "\
>
> I am unable to reproduce this failure on my copy of 9.1.3. =A0Have 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

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #6624: Tab completion of identifier containing single backslash triggers warnings
Next
From: Mitesh Shah
Date:
Subject: pg_dump: aborting because of server version mismatch