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

Commitd8f4eff

Browse files
committed
Mark as done, fix grammar:
< * Prevent index uniqueness checks when UPDATE does not modifying column> * Prevent index uniqueness checks when UPDATE does not modify the column235c235< o Make PL/PgSQL %TYPE schema-aware> o -Make PL/PgSQL %TYPE schema-aware
1 parent3e2ecea commitd8f4eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Tue Feb 1800:15:49 EST 2003
3+
Last updated:Tue Feb 1820:30:27 EST 2003
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -142,7 +142,7 @@ Indexes
142142
* Use index to restrict rows returned by multi-key index when used with
143143
non-consecutive keys or OR clauses, so fewer heap accesses
144144
* Be smarter about insertion of already-ordered data into btree index
145-
* Prevent index uniqueness checks when UPDATE does notmodifying column
145+
* Prevent index uniqueness checks when UPDATE does notmodify the column
146146
* Use bitmaps to fetch heap pages in sequential order [performance]
147147
* Use bitmaps to combine existing indexes [performance]
148148
* Improve handling of index scans for NULL
@@ -232,7 +232,7 @@ Commands
232232
o Allow array declarations and other data types in PL/PgSQL DECLARE
233233
o Add PL/PgSQL PROCEDURES that can return multiple values
234234
o Add table function support to pltcl, plperl, plpython
235-
o Make PL/PgSQL %TYPE schema-aware
235+
o-Make PL/PgSQL %TYPE schema-aware
236236
o Allow PL/PgSQL to support array element assignment
237237

238238

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp