Re: Proper quoting of \e ? - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: Proper quoting of \e ?
Date
Msg-id 200204251547.g3PFlG317946@candle.pha.pa.us
Whole thread Raw
In response to Proper quoting of \e ?  (Helge Kreutzmann <kreutzm@itp.uni-hannover.de>)
Responses Re: Proper quoting of \e ?  (Helge Kreutzmann <kreutzm@itp.uni-hannover.de>)
List 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Connection authentication
Next
From: Helge Kreutzmann
Date:
Subject: Re: Proper quoting of \e ?