[DOCS] pg_stat_get_wal_senders documented

2011-12-05 Thread Euler Taveira de Oliveira
Hi, Is $SUBJECT an oversight? I noticed that pg_stat_get_activity (function behind pg_stat_activity) is documented so for consistency, function pg_stat_get_wal_senders (function behind pg_stat_replication) should be documented too. Patch is attached. -- Euler Taveira de Oliveira - Timbira

Re: [DOCS] docs update for count(*) and index-only scans

2011-12-05 Thread Josh Kupershmidt
On Fri, Nov 4, 2011 at 4:10 PM, Robert Haas wrote: > On Tue, Nov 1, 2011 at 8:07 PM, Tom Lane wrote: >> It's the "lobotomized engines" that are the problem, IMO --- people >> coming from databases like mysql tend to think count(*) just means >> reading a table size counter that the engine has any

[DOCS] Clarification suggestion for 46.4 chapter.

2011-12-05 Thread Dmitriy Igrishin
Hey, The section 46.4 describes the base data types used in messages. http://www.postgresql.org/docs/9.1/static/protocol-message-types.html According to section 46.5 http://www.postgresql.org/docs/9.1/static/protocol-message-formats.html there are cases when Int32 can be negative (e.g. see DataRo