[DOCS] Re: [HACKERS] Viability of text HISTORY/INSTALL/regression README files (was Re: [COMMITTERS] pgsql: Document a few more regression test hazards.)

2014-02-09 Thread Gavin Flower
On 08/02/14 19:05, Tom Lane wrote: Peter Eisentraut writes: On 2/3/14, 8:48 PM, Tom Lane wrote: That's a very fair question. It's a reasonable bet that pretty much nobody actually looks at the text versions of either HISTORY or regress_README anymore. It's conceivable that somebody somewhere

[DOCS] postgres-9.1beta3 typo: recommendable --> recommended

2011-07-29 Thread Gavin Flower
/postgres-9.1/share/doc/html/manage-ag-overview.html In the folowing partagrasoh 'recommendable' should be 'recommended'. [...] When connecting to the database server, a client must specify in its connection request the name of the database it wants to connect to. It is not possible to access m

[DOCS] pg 9.1beta3 typo in 7.2.3

2011-07-15 Thread Gavin Flower
I think that there is a typo in the paragraph: 'x' used instead of 'y' in 'GROUP BY'. postgres-9.1beta3/share/doc/html/queries-table-expressions.html 7.2.3. The GROUP BY and HAVING Clauses [...] => SELECT x FROM test1 GROUP BY x; x --- a b c (3 rows) In the second query, we could not have