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

Commit6f61ddd

Browse files
committed
Typo fix. Alvaro.
1 parent8f4a1b3 commit6f61ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/select.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.84 2005/04/2204:20:44 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.85 2005/04/2215:32:58 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -835,7 +835,7 @@ FOR UPDATE [ OF <replaceable class="parameter">table_name</replaceable> [, ...]
835835
clauses to return fewer rows than specified by <literal>LIMIT</literal>.
836836
This is because <literal>LIMIT</> selects a number of rows,
837837
but might then block requesting a <literal>FOR UPDATE</literal> lock.
838-
Once the <literal>SELECT</> unblocks, the queryqualifiation might not
838+
Once the <literal>SELECT</> unblocks, the queryqualification might not
839839
be met and the row not be returned by <literal>SELECT</>.
840840
</para>
841841
</refsect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp