1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

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
This commit is contained in:
Tom Lane
2016-04-13 11:49:47 -04:00
parent cbb2a812d7
commit 85e0047077
2 changed files with 51 additions and 71 deletions

View File

@@ -293,6 +293,14 @@ AS ct(row_name text, category_1 text, category_2 text, category_3 text);
required <literal>FROM</> clause in a view definition.
</para>
<note>
<para>
See also the <command><link linkend="APP-PSQL-meta-commands-crosstabview">\crosstabview</link></command>
command in <application>psql</>, which provides functionality similar
to <function>crosstab()</>.
</para>
</note>
</sect3>
<sect3>