Re: DROP FUNCTION IF EXISTS - Mailing list pgsql-hackers

From Markus Schaber
Subject Re: DROP FUNCTION IF EXISTS
Date
Msg-id 4517D35D.8010506@logix-tt.com
Whole thread Raw
In response to Re: DROP FUNCTION IF EXISTS  (Csaba Nagy <nagy@ecircle-ag.com>)
List pgsql-hackers
Hi, Csaba,

Csaba Nagy wrote:

> dbval=# select 1;
> ERROR:  column " 1" does not exist
>
> The full story is that I typed 'ü' (u-umlaut if it won't render
> correctly) and backspace before the '1'. I guess the backspace will
> delete  byte-wise and will so fail to delete properly multi-byte
> characters. I have no idea if this is a problem of psql or some other
> problem, and it was not annoying enough to report it...

I think this could be a problem with libreadline / libedit not being
utf8-safe.

HTH,
Markus


--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org


pgsql-hackers by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: DROP FUNCTION IF EXISTS
Next
From: Teodor Sigaev
Date:
Subject: Re: DROP FUNCTION IF EXISTS