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

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: PQescapeLiteral(), PQescapeIdentifier() documented with invalid signatures.
Date: 2010-08-04 14:35:41
Message-ID: AANLkTikixhNnzJsrXGEdLd_Y_ysU17dhPHAXo_FGNc3p@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2010-08-04 16:16:27 Re: PQescapeLiteral(), PQescapeIdentifier() documented with invalid signatures.
Previous Message Josh Berkus 2010-08-04 00:40:22 Patch for "big features" section of release notes