mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Support renaming of tablespaces, and changing the owners of
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- reference.sgml
|
||||
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.49 2004/06/18 21:24:04 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.50 2004/06/25 21:55:51 tgl Exp $
|
||||
|
||||
PostgreSQL Reference Manual
|
||||
-->
|
||||
@@ -45,11 +45,14 @@ PostgreSQL Reference Manual
|
||||
&alterFunction;
|
||||
&alterGroup;
|
||||
&alterLanguage;
|
||||
&alterOperator;
|
||||
&alterOperatorClass;
|
||||
&alterSchema;
|
||||
&alterSequence;
|
||||
&alterTable;
|
||||
&alterTableSpace;
|
||||
&alterTrigger;
|
||||
&alterType;
|
||||
&alterUser;
|
||||
&analyze;
|
||||
&begin;
|
||||
|
Reference in New Issue
Block a user