aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-18 16:03:20 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-18 16:03:20 +0000
commit0d1ffd36c42ef83a0c9a8bfe2f71d959e1c17cd7 (patch)
tree2c7ad9105b2cc709626ac7d8d9d59725c0b1a975
parent2467394ee1566e82d0314d12a0d1c0a5670a28c9 (diff)
downloadpostgresql-0d1ffd36c42ef83a0c9a8bfe2f71d959e1c17cd7.tar.gz
postgresql-0d1ffd36c42ef83a0c9a8bfe2f71d959e1c17cd7.zip
Done:
> * -Add the concept of dataspaces/tablespaces (Gavin)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 9a185bb2f37..d0c5d430065 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Jun 14 09:43:58 EDT 2004
+Last updated: Fri Jun 18 12:03:13 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -38,7 +38,7 @@ Administration
* Allow limits on per-db/user connections
* Add group object ownership, so groups can rename/drop/grant on objects,
so we can implement roles
-* Add the concept of dataspaces/tablespaces [tablespaces] (Gavin)
+* -Add the concept of dataspaces/tablespaces (Gavin)
* -Allow logging of only data definition(DDL), or DDL and modification statements
* -Allow log lines to include session-level information, like database and user
* Allow server log information to be output as INSERT statements