PQescapeLiteral in Libpq

Поиск
Список
Период
Сортировка
От lmanorders
Тема PQescapeLiteral in Libpq
Дата
Msg-id 32BBB8AA746343F1946197FFF3BD3582@LynnPC
обсуждение исходный текст
Ответы Re: PQescapeLiteral in Libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PQescapeLiteral in Libpq  (David Johnston <polobo@yahoo.com>)
Список pgsql-novice
I'm using the libpq.dll libraries to connect to postgress. When I issue a call to PQescapeLiteral with a file path as the argument, the result string seems to always start with a bogus " E". For example, "C:\MyFile" is returned as " E'C:\\:MyFile'" (not including the double quotes). Is this a normal result or can't PQescapeLiteral be used to escape a file path literal? If not, are there any functions that can be used to "escape" a file path?
 
Thanks, Lynn
 

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

Предыдущее
От: johnnorman
Дата:
Сообщение: Re: How to Recover iPhone Contacts You Lost Somehow?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PQescapeLiteral in Libpq