1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add tablespaces todo item

This commit is contained in:
Bruce Momjian
2000-06-09 17:31:25 +00:00
parent d3ef753686
commit 1d2fea9bc5
2 changed files with 542 additions and 2 deletions

View File

@ -158,7 +158,7 @@ REFERENTIAL INTEGRITY
EXOTIC FEATURES
* Add sql3 recursive unions
* Add the concept of dataspaces
* Add the concept of dataspaces/tablespaces [tablespaces]
* Add replication of distributed databases [replication]
* Allow queries across multiple databases
* Allow nested transactions (Vadim)
@ -248,7 +248,6 @@ SOURCE CODE
* Remove SET KSQO option now that OR processing is improved(Tom)
* -Use macros to define NT open() file parameters, remove NT-specific defines
* Change CURRENT to OLD internally for rules
* rename pl/tcl to pl/pltcl
---------------------------------------------------------------------------