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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user