Re: [DOCS] Please provide stable target anchors

2010-08-04 Thread Daniele Varrazzo
On Wed, Jul 21, 2010 at 8:32 PM, Peter Eisentraut wrote: > On ons, 2010-07-21 at 03:16 +0100, Daniele Varrazzo wrote: >> Attached there is a patch adding an id to the indexterms currently >> referred by psycopg documentation, to be applied to the current head. >> However I've tried to render the h

Re: [DOCS] PQescapeLiteral(), PQescapeIdentifier() documented with invalid signatures.

2010-08-04 Thread Tom Lane
Dmitriy Igrishin writes: > 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

[DOCS] PQescapeLiteral(), PQescapeIdentifier() documented with invalid signatures.

2010-08-04 Thread Dmitriy Igrishin
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://w

[DOCS] Patch for "big features" section of release notes

2010-08-04 Thread Josh Berkus
All, Attached is a patch re-arranging some of the features in the first part of the release notes, as well as adding a few. The additions are based on (a) votes on what's a big feature for 9.0, and (b) a desire to match the features listed elsewhere, such as the press kit. -- -- Josh Berkus ---