PQescapeLiteral(), PQescapeIdentifier() documented with invalid signatures.

Поиск
Список
Период
Сортировка
От Dmitriy Igrishin
Тема PQescapeLiteral(), PQescapeIdentifier() documented with invalid signatures.
Дата
Msg-id AANLkTikixhNnzJsrXGEdLd_Y_ysU17dhPHAXo_FGNc3p@mail.gmail.com
обсуждение исходный текст
Ответы Re: PQescapeLiteral(), PQescapeIdentifier() documented with invalid signatures.
Список pgsql-docs
Hey all,

Actual signatures of libpq's functions PQescapeLiteral(), PQescapeIdentifier()
is
char *PQescapeLiteral(PGconn *conn, const char *str, size_t len)
char *PQescapeIdentifier(PGconn *conn, const char *str, size_t len)

that differs from signatures provided in the documentation here

http://www.postgresql.org/docs/9.0/static/libpq-exec.html#LIBPQ-EXEC-ESCAPE-STRING

Regards,
Dmitriy

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Patch for "big features" section of release notes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PQescapeLiteral(), PQescapeIdentifier() documented with invalid signatures.