aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-09-14 14:34:45 +0000
committerBruce Momjian <bruce@momjian.us>2004-09-14 14:34:45 +0000
commit1459d8c4b024b42007fa89fbd39cf0bef72600ed (patch)
treeb3019e12f7b0b8d4b6608796845073cd6687d989
parentcb66748bdfe120619a3d018f07ce95b24e58f78a (diff)
downloadpostgresql-1459d8c4b024b42007fa89fbd39cf0bef72600ed.tar.gz
postgresql-1459d8c4b024b42007fa89fbd39cf0bef72600ed.zip
Mark as done:
< * Point-in-time data recovery using backup and write-ahead log, < * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html > * -Point-in-time data recovery using backup and write-ahead log > * -Create native Win32 port 470c470 < o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW > o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 3fabcdf5ded..ff8c648db75 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Fri Sep 10 18:38:47 EDT 2004
+Last updated: Tue Sep 14 10:34:34 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -14,8 +14,8 @@ Remove items before beta?
Urgent
======
-* Point-in-time data recovery using backup and write-ahead log,
-* Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html
+* -Point-in-time data recovery using backup and write-ahead log
+* -Create native Win32 port
Administration
@@ -467,7 +467,7 @@ Commands
This requires the cached PL/PgSQL byte code to be invalidated when
an object referenced in the function is changed.
- o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
+ o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
o Improve PL/PgSQL exception handling using savepoints
o -Allow PL/pgSQL parameters to be specified by name and type during definition
o Allow function parameters to be passed by name,