pgsql: Improve documentation for \crosstabview. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve documentation for \crosstabview.
Date
Msg-id E1aqN3C-0006a2-4M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve documentation for \crosstabview.

Fix misleading syntax summary (there cannot be a space between colH and
scolH).  Provide a link from the existing crosstab() function's
documentation to \crosstabview.  Copy-edit the command's description.

Christoph Berg and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85e004707715f5ee7a6bfc3d03d0fbc837fb2432

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 114 ++++++++++++++++-------------------------
doc/src/sgml/tablefunc.sgml    |   8 +++
2 files changed, 51 insertions(+), 71 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Use PG_INT32_MIN instead of reiterating the constant.
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <