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

Commit489a51a

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 parent4e20511 commit489a51a

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp