Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b33c723

Browse files
committed
Add:
> * Allow reporting of which objects are in which tablespaces > * Allow database recovery where tablespaces can't be created 211a213,214 > o Add ALTER TABLESPACE to change location, name, owner > o Allow objects to be moved between tablespaces
1 parent 9e24182 commit b33c723

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/TODO

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jun 18 12:03:13 EDT 2004
3+
Last updated: Fri Jun 18 14:35:43 EDT 2004
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -52,7 +52,8 @@ Administration
5252
* Allow GRANT/REVOKE permissions to be given to all schema objects with one command
5353
* Remove unreferenced table files created by transactions that were
5454
in-progress when the server terminated abruptly
55-
55+
* Allow reporting of which objects are in which tablespaces
56+
* Allow database recovery where tablespaces can't be created
5657

5758

5859
Data Types
@@ -209,6 +210,8 @@ Commands
209210
o Allow ALTER TABLE to change constraint deferrability and actions
210211
o Disallow dropping of an inherited constraint
211212
o Allow the schema of objects to be changed
213+
o Add ALTER TABLESPACE to change location, name, owner
214+
o Allow objects to be moved between tablespaces
212215

213216
* CLUSTER
214217
o Automatically maintain clustering on a table

0 commit comments

Comments
 (0)