diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-12-29 17:56:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-12-29 17:56:46 +0000 |
commit | 51517f514daf30902f418a218b784aaf2d35eb5f (patch) | |
tree | 6ee2e8e740ba1e4beb8512024308600759744846 | |
parent | c80a067caea192032364565599b1e1180001438f (diff) | |
download | postgresql-51517f514daf30902f418a218b784aaf2d35eb5f.tar.gz postgresql-51517f514daf30902f418a218b784aaf2d35eb5f.zip |
Add crossdb TODO.detail item:
---
> * Allow queries across multiple databases [crossdb]
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Dec 29 12:18:10 EST 2001 +Last updated: Sat Dec 29 12:56:06 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -318,7 +318,7 @@ EXOTIC FEATURES * Add sql3 recursive unions * Add the concept of dataspaces/tablespaces [tablespaces] * Allow SQL92 schemas [schema] -* Allow queries across multiple databases +* 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 * SQL*Net listener that makes PostgreSQL appear as an Oracle database |