Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40eb468

Browse files
committed
Correct psql documentation example
An example in the psql documentation had an incorrect field name fromwhat the command actually produced.Pointed out by Fabien COELHOBack-patch to 9.6 where the example was added.Discussion:https://postgr.es/m/alpine.DEB.2.20.1611291349400.19314@lancre
1 parentd43ff47 commit40eb468

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)

[8]ページ先頭

©2009-2025 Movatter.jp