Re: Backslashes in 8.2 still escape, hwo to disable?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Backslashes in 8.2 still escape, hwo to disable?
Дата
Msg-id 1159576745.31992.36.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Backslashes in 8.2 still escape, hwo to disable?  (Ken Johanson <pg-user@kensystem.com>)
Ответы Re: PG Rocks! (was:Backslashes in 8.2 still escape, hwo  (Ken Johanson <pg-user@kensystem.com>)
Список pgsql-general
On Fri, 2006-09-29 at 18:12 -0600, Ken Johanson wrote:
> Hi,
>
> I'm trying out the new 8.2 beta; the following query:
>
> select 'ab\cd'; yields:    abcd, not ab\cd.
>
> Is there a setting I'd need to switch to enable the ANSI/ISO escape
> behavior? I am using the JDBC driver; not sure if that could be the
> culprit..

standard_conforming_strings

Regards,
    Jeff Davis


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

Предыдущее
От: Ken Johanson
Дата:
Сообщение: Backslashes in 8.2 still escape, hwo to disable?
Следующее
От: Reece Hart
Дата:
Сообщение: Re: using schema's for data separation