Hi, On Sat, Jun 11, 2005 at 05:36:34PM +0100, Dave Page wrote: > > > > What do we need: > > > > - Extension of the "CREATE TABLESPACE" command: > > CREATE TABLESPACE tablespacename > > [ OWNER username ] > > [ SIZE <integer><K | M | G | T> ] > > LOCATION 'directory' > > > > - Extension of the "ALTER TABLESPACE" command: > > ALTER TABLESPACE name > > {RENAME TO newname | > > SIZE <integer><K | M | G | T> } > > Wouldn't MAXSIZE be more appropriate?
Yes, of cause. > > - Storage of this information in the system "tablespace" relation > > > > - Determine the actual size of a tables space > > --> Already exists in contrib/dbsize/dbsize.c > > A patch was recently submitted by Andreas Pflug to move those functions > into the backend permanently. I think that's why I found it there ;-) Regards, Yann ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster