aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-02-19 01:36:32 +0000
committerBruce Momjian <bruce@momjian.us>2003-02-19 01:36:32 +0000
commitd8f4eff89c0e4583d196779b15c93e23d8885c42 (patch)
treeacc2b00374b095ac66a2b13d245fd1332aa50748
parent3e2eceabc50565da13eccac643e73c2524316902 (diff)
downloadpostgresql-d8f4eff89c0e4583d196779b15c93e23d8885c42.tar.gz
postgresql-d8f4eff89c0e4583d196779b15c93e23d8885c42.zip
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 column 235c235 < o Make PL/PgSQL %TYPE schema-aware > o -Make PL/PgSQL %TYPE schema-aware
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 84a66b17997..e4bc0572f3b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Feb 18 00:15:49 EST 2003
+Last updated: Tue Feb 18 20:30:27 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -142,7 +142,7 @@ Indexes
* Use index to restrict rows returned by multi-key index when used with
non-consecutive keys or OR clauses, so fewer heap accesses
* Be smarter about insertion of already-ordered data into btree index
-* Prevent index uniqueness checks when UPDATE does not modifying column
+* Prevent index uniqueness checks when UPDATE does not modify the column
* Use bitmaps to fetch heap pages in sequential order [performance]
* Use bitmaps to combine existing indexes [performance]
* Improve handling of index scans for NULL
@@ -232,7 +232,7 @@ Commands
o Allow array declarations and other data types in PL/PgSQL DECLARE
o Add PL/PgSQL PROCEDURES that can return multiple values
o Add table function support to pltcl, plperl, plpython
- o Make PL/PgSQL %TYPE schema-aware
+ o -Make PL/PgSQL %TYPE schema-aware
o Allow PL/PgSQL to support array element assignment