diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-04-08 23:42:24 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-04-08 23:42:24 -0300 |
commit | 1ff3f420d470fae46759e948a20e9550af012816 (patch) | |
tree | 30173147ce8e896ac4ed0644d62754e472bfbb6f /doc/src | |
parent | c09b18f21c52cbcf8718d6c267c84fcfea3739a9 (diff) |
Move \crosstabview regression tests to a separate file
It cannot run in the same parallel group as misc, because it creates a
table which is unpredictably visible in that test.
Per buildfarm member crake.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 3f72f5ffe0c..1f07956d428 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1009,7 +1009,7 @@ testdb=> <replaceable class="parameter">colD</replaceable> is the output column to project into the grid. If this is not specified and there are exactly three columns in the result set, - the column that isn't + the column that isn't <replaceable class="parameter">colV</replaceable> nor <replaceable class="parameter">colH</replaceable> is displayed; if there are more columns, an error is thrown. |