Re: Parsing of backslash in statements via ODBC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Parsing of backslash in statements via ODBC
Дата
Msg-id 26406.1105738994@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Parsing of backslash in statements via ODBC  ("aboster" <aboster@at-sd.com>)
Ответы Re: Parsing of backslash in statements via ODBC  ("Frank D. Engel, Jr." <fde101@fjrhome.net>)
Список pgsql-general
"aboster" <aboster@at-sd.com> writes:
> Since MS-SQL & Oracle (both via ODBC) work fine with this app, I would
> suspect the issue is that Postgres is interpreting backslashes as escape
> characters in situations that the supported databases do not.

Postgres definitely considers backslashes to be escape characters in
string literals.

> Has anyone run across something like this, and if so, can anything be done
> given that we don't have the source code of the application in question?

Without the app source code you may be kinda stuck :-(.  It's possible
that you could hack something at the ODBC level, though.  Try asking on
the pgsql-odbc list.

            regards, tom lane

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

Предыдущее
От: "J. Greenlees"
Дата:
Сообщение: Re: ntfs for windows port rc5-2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: MOVE