summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-25 03:37:14 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-25 03:37:14 +0000
commiteb54314bb74611058d6cf97918baf527a40e6597 (patch)
tree83316ddda37af4387fdf02db5587c8e795b5fcd7 /doc/TODO
parent95ec9ff2f7fd7f3058daf02071101152cec89e0c (diff)
downloadpostgresql-eb54314bb74611058d6cf97918baf527a40e6597.tar.gz
Re-add equals documentation with CREATE DATABASE.
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index c45e7304dd..894c29f5b3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Feb 23 16:51:48 EST 2002
+Last updated: Sun Feb 24 22:35:16 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -55,9 +55,9 @@ ADMIN
-----
* Incremental backups
-* Make it easier to create a database owned by someone who can't createdb,
+* -Make it easier to create a database owned by someone who can't createdb,
perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
-* Make equals sign optional in CREATE DATABASE WITH param = 'val'
+* -Make equals sign optional in CREATE DATABASE WITH param = 'val'
* Remove unreferenced table files and temp tables during database vacuum
or postmaster startup (Bruce)
* Add table name mapping for numeric file names (Bruce)