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

Commitad9201f

Browse files
committed
Done
> * -Use indexes for MIN() and MAX()
1 parent8e14408 commitad9201f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Sun Apr10 19:21:33 EDT 2005
5+
Last updated:Thu Apr14 19:12:47 EDT 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -267,7 +267,7 @@ Indexes
267267

268268
* Add UNIQUE capability to non-btree indexes
269269
* Add rtree index support for line, lseg, path, point
270-
* Use indexes for MIN() and MAX()
270+
*-Use indexes for MIN() and MAX()
271271

272272
MIN/MAX queries can already be rewritten as SELECT col FROM tab ORDER
273273
BY col {DESC} LIMIT 1. Completing this item involves doing this

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp