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
/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
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