| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Helge Kreutzmann <kreutzm(at)itp(dot)uni-hannover(dot)de> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Proper quoting of \e ? |
| Date: | 2002-04-25 15:47:16 |
| Message-ID: | 200204251547.g3PFlG317946@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Helge Kreutzmann wrote:
-- Start of PGP signed section.
> Hello !
> We have a database in SQL_ASCII in postgres 7.2.1 which contains among
> other information document titles which are automatically retrieved.
> I took care of quoting "`" but recently stumpled about "\e" which I
> have problems working with. Example (in psql, but in php it is the same):
>
> SELECT title from written_by where title like 'An equation of state {\%';
> title
> -------------------------------------------------------------------------------------------------
> An equation of state {\em \`a la} Carnahan-Starling for a five-dimensional fluid of hard hyperspheres
> (1 row)
>
> works, but if I take one character more (or, later, the entire title),
> it does not:
>
> SELECT title from written_by where title like 'An equation of state {\e%';
I noticed you escaped the % in the first query, but not the second. No
idea how that effects things.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Helge Kreutzmann | 2002-04-25 15:57:18 | Re: Proper quoting of \e ? |
| Previous Message | Duncan Adams (DNS) | 2002-04-25 14:53:06 | copy command |