escape

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема escape
Дата
Msg-id 20100626232159.6bb4c68a@anubis.defcon1
обсуждение исходный текст
Список pgsql-novice
debian sid
pg 8.4.4-1
===============
Hi list,

I read the docs about escaping, but I can't find any other manner to escape
than a backslash or to double the single quote:
SELECT metaphone('O\'CONNOR') or SELECT metaphone('O''CONNOR')

The doc's talking about E, but SELECT metaphone(E'O'CONNOR') fail.

standard_conforming_strings = off  is commented out, so I guess it is off
by defaut.

Is there another way to escape characters that migh trigger an error?

JY
--
Shit Happens.

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re: Disaster Database recovery
Следующее
От: Mag Gam
Дата:
Сообщение: setting up a table relationship