Re: Proper quoting of \e ?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Proper quoting of \e ?
Дата
Msg-id 200204251547.g3PFlG317946@candle.pha.pa.us
обсуждение исходный текст
Ответ на Proper quoting of \e ?  (Helge Kreutzmann <kreutzm@itp.uni-hannover.de>)
Ответы Re: Proper quoting of \e ?  (Helge Kreutzmann <kreutzm@itp.uni-hannover.de>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Connection authentication
Следующее
От: Helge Kreutzmann
Дата:
Сообщение: Re: Proper quoting of \e ?