aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-01-27 23:16:52 +0000
committerBruce Momjian <bruce@momjian.us>2003-01-27 23:16:52 +0000
commitc177ba99bd408ebc55b3faed3942f997b85bfeae (patch)
tree1e7483210f2106184b299b6d81900cc61558d38c
parent9b9b14915b42f5e820074fbb919e3c3ed97eedbb (diff)
downloadpostgresql-c177ba99bd408ebc55b3faed3942f997b85bfeae.tar.gz
postgresql-c177ba99bd408ebc55b3faed3942f997b85bfeae.zip
Move:
> * Add the concept of dataspaces/tablespaces [tablespaces] 307d307 < * Add the concept of dataspaces/tablespaces [tablespaces]
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 1e9c7090591..19bfb301519 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Jan 25 20:13:27 EST 2003
+Last updated: Mon Jan 27 18:16:46 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -54,6 +54,7 @@ Administration
* Have standalone backend read postgresql.conf
* Add group object ownership, so groups can rename/drop/grant on objects,
so we can implement roles
+* Add the concept of dataspaces/tablespaces [tablespaces]
Data Types
==========
@@ -304,7 +305,6 @@ Exotic Features
* Add SQL99 WITH clause to SELECT (Tom, Fernando)
* Add SQL99 WITH RECURSIVE to SELECT (Tom, Fernando)
-* Add the concept of dataspaces/tablespaces [tablespaces]
* Allow queries across multiple databases [crossdb]
* Add pre-parsing phase that converts non-ANSI features to supported features
* Allow plug-in modules to emulate features from other databases