Re: Non-standard escape sequences from Crystal Reports - Mailing list pgsql-general

From Rajesh Kumar Mallah
Subject Re: Non-standard escape sequences from Crystal Reports
Date
Msg-id AANLkTikuntaeMFhbUN5gWdun3xT1Wmc+p8CMcdy2uWhO@mail.gmail.com
Whole thread Raw
In response to Non-standard escape sequences from Crystal Reports  ("Rob Richardson" <Rob.Richardson@rad-con.com>)
List pgsql-general
Dear Rob ,

this will give warning:
SELECT co_name from foo  where co_name ilike '%\\_%' limit 10;

and this will not:
SELECT co_name from foo  where co_name ilike E'%\\_%' limit 10;

regds
Rajesh Kumar Mallah.

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: Query tune, index is not using
Next
From: Rajesh Kumar Mallah
Date:
Subject: bytea_output default value change in 9.0 breaks Apache::Session::Postgres