Re: BUG #6624: Tab completion of identifier containing single backslash triggers warnings

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: stuart(at)stuartbishop(dot)net, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6624: Tab completion of identifier containing single backslash triggers warnings
Date: 2012-05-02 18:54:58
Message-ID: CAK3UJRGkNX+7qqR0VLFg+yo9nbBxsP4PaTXOGB4-k6kx5mHt2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mitesh Shah 2012-05-02 19:55:58 pg_dump: aborting because of server version mismatch
Previous Message Bruce Momjian 2012-05-02 18:21:10 Re: BUG #6624: Tab completion of identifier containing single backslash triggers warnings