Re: sql standard: \' or '' - Mailing list pgsql-general

From CSN
Subject Re: sql standard: \' or ''
Date
Msg-id 20040505222012.33696.qmail@web40614.mail.yahoo.com
Whole thread Raw
In response to sql standard: \' or ''  (CSN <cool_screen_name90001@yahoo.com>)
Responses Re: sql standard: \' or ''  (Bill Moran <wmoran@potentialtech.com>)
Re: sql standard: \' or ''  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-general
--- Gregory Wood <gwood@ewebengine.com> wrote:
> CSN wrote:
> > I heard that the sql standard for escaping quotes
> is
> > '', and not \'. Is this true?
> >
> > BTW, PHP's pg_escape_string returns \' and not ''.
>
> Are you sure about that?
>
> ~# php -r "print pg_escape_string(\"I can't believe
> that quotes are
> escaped improperly\n\");"
> I can''t believe that quotes are escaped improperly
>
> Greg

Weird. Via cgi it escapes them as \' and via cli as
'', for me anyway.







__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover

pgsql-general by date:

Previous
From: Mark Harrison
Date:
Subject: Re: Listing databases
Next
From: CSN
Date:
Subject: Re: sql standard: \' or ''