Skip to content

Commit 40eb468

Browse files
committed
Correct psql documentation example
An example in the psql documentation had an incorrect field name from what the command actually produced. Pointed out by Fabien COELHO Back-patch to 9.6 where the example was added. Discussion: https://postgr.es/m/alpine.DEB.2.20.1611291349400.19314@lancre
1 parent d43ff47 commit 40eb468

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
@@ -4170,7 +4170,7 @@ second | four
41704170
with the <command>\crosstabview</command> command:
41714171
<programlisting>
41724172
testdb=&gt; <userinput>SELECT first, second, first &gt; 2 AS gt2 FROM my_table;</userinput>
4173-
first | second | ge2
4173+
first | second | gt2
41744174
-------+--------+-----
41754175
1 | one | f
41764176
2 | two | f

0 commit comments

Comments
 (0)