aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_tablespace.sgml
Commit message (Collapse)AuthorAge
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
aggregates, conversions, functions, operators, operator classes, schemas, types, and tablespaces. Fold the existing implementations of alter domain owner and alter database owner in with these. Christopher Kings-Lynne