Skip to content

Commit daa9856

Browse files
committed
Docs: fix \crosstabview example.
This example missed being updated when we redefined \crosstabview's argument processing. Daniel Vérité
1 parent 2cc41ac commit daa9856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4173,7 +4173,7 @@ numerical order and columns with an independant, ascending numerical order.
41734173
testdb=&gt; <userinput>SELECT t1.first as "A", t2.first+100 AS "B", t1.first*(t2.first+100) as "AxB",</userinput>
41744174
testdb(&gt; <userinput>row_number() over(order by t2.first) AS ord</userinput>
41754175
testdb(&gt; <userinput>FROM my_table t1 CROSS JOIN my_table t2 ORDER BY 1 DESC</userinput>
4176-
testdb(&gt; <userinput>\crosstabview A B:ord AxB</userinput>
4176+
testdb(&gt; <userinput>\crosstabview "A" "B" "AxB" ord</userinput>
41774177
A | 101 | 102 | 103 | 104
41784178
---+-----+-----+-----+-----
41794179
4 | 404 | 408 | 412 | 416

0 commit comments

Comments
 (0)