Re: Non-standard escape sequences from Crystal Reports

From: Rajesh Kumar Mallah <mallah(dot)rajesh(at)gmail(dot)com>
To: Rob Richardson <Rob(dot)Richardson(at)rad-con(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Non-standard escape sequences from Crystal Reports
Date: 2010-10-05 18:00:56
Message-ID: AANLkTikuntaeMFhbUN5gWdun3xT1Wmc+p8CMcdy2uWhO@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2010-10-05 18:12:00 bytea_output default value change in 9.0 breaks Apache::Session::Postgres
Previous Message Alban Hertroys 2010-10-05 17:53:20 Re: Query tune, index is not using