Re: escape

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: escape
Date: 2010-06-27 12:08:05
Message-ID: i07ev5$1j1$1@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 2010-06-26, Jean-Yves F. Barbier <12ukwn(at)gmail(dot)com> wrote:
> debian sid
> pg 8.4.4-1
>===============
> Hi list,
>
> I read the docs about escaping, but I can't find any other manner to escape
> than a backslash or to double the single quote:
> SELECT metaphone('O\'CONNOR') or SELECT metaphone('O''CONNOR')
>
> The doc's talking about E, but SELECT metaphone(E'O'CONNOR') fail.

if you use \ as an escape in the string you should use E at the start.

E'O\'CONNOR'

In response to

  • escape at 2010-06-26 21:21:59 from Jean-Yves F. Barbier

Responses

  • Re: escape at 2010-06-27 14:23:31 from Jean-Yves F. Barbier

Browse pgsql-novice by date

  From Date Subject
Next Message Jean-Yves F. Barbier 2010-06-27 14:23:31 Re: escape
Previous Message Michael Wood 2010-06-26 23:38:38 Re: Disable autostart on Mac?