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

Commit2c38b8c

Browse files
committed
Fix thinko in documentation of default window frame behavior,
per Hitoshi Harada.
1 parentbdfde2b commit2c38b8c

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.113 2008/12/28 18:53:54 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.114 2008/12/29 18:23:53 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1458,7 +1458,7 @@ SELECT distributors.* WHERE distributors.name = 'Westward';
14581458
in window definitions. <productname>PostgreSQL</productname> does
14591459
not yet implement framing clauses, and always follows the
14601460
default framing behavior, which is equivalent to the framing clause
1461-
<literal>ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW</>.
1461+
<literal>RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW</>.
14621462
</para>
14631463
</refsect2>
14641464

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp