Re: Problem escaping, nonstandard use of \\ in a string literal

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem escaping, nonstandard use of \\ in a string literal
Дата
Msg-id 27407.1218683996@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem escaping, nonstandard use of \\ in a string literal  (Warren Bell <warren@clarksnutrition.com>)
Список pgsql-general
Warren Bell <warren@clarksnutrition.com> writes:
> I am having a problem with escaping characters after upgrading to 8.3. I
> have changed the postgresql.conf file to contain:
> standard_conforming_strings = on
> ...
> I am not escaping this character in my code. I am assuming that the
> driver is escaping it. I am using the postgresql-8.3-603.jdbc3.jar as
> the driver.

Does 8.3-603 claim to support standard_conforming_strings = on?
(That's an honest question --- I don't know.)

I think you should probably be asking about this on pgsql-jdbc.
You're more likely to get a knowledgeable answer there.

            regards, tom lane

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

Предыдущее
От: Warren Bell
Дата:
Сообщение: Problem escaping, nonstandard use of \\ in a string literal
Следующее
От: "Joost Kraaijeveld"
Дата:
Сообщение: Re: In-place conversion of type bool