-
- Downloads
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
Showing
- doc/src/sgml/ref/allfiles.sgml 4 additions, 1 deletiondoc/src/sgml/ref/allfiles.sgml
- doc/src/sgml/ref/alter_aggregate.sgml 21 additions, 3 deletionsdoc/src/sgml/ref/alter_aggregate.sgml
- doc/src/sgml/ref/alter_conversion.sgml 20 additions, 2 deletionsdoc/src/sgml/ref/alter_conversion.sgml
- doc/src/sgml/ref/alter_function.sgml 25 additions, 3 deletionsdoc/src/sgml/ref/alter_function.sgml
- doc/src/sgml/ref/alter_opclass.sgml 14 additions, 4 deletionsdoc/src/sgml/ref/alter_opclass.sgml
- doc/src/sgml/ref/alter_operator.sgml 127 additions, 0 deletionsdoc/src/sgml/ref/alter_operator.sgml
- doc/src/sgml/ref/alter_schema.sgml 18 additions, 6 deletionsdoc/src/sgml/ref/alter_schema.sgml
- doc/src/sgml/ref/alter_tablespace.sgml 125 additions, 0 deletionsdoc/src/sgml/ref/alter_tablespace.sgml
- doc/src/sgml/ref/alter_type.sgml 106 additions, 0 deletionsdoc/src/sgml/ref/alter_type.sgml
- doc/src/sgml/ref/create_operator.sgml 27 additions, 26 deletionsdoc/src/sgml/ref/create_operator.sgml
- doc/src/sgml/ref/create_schema.sgml 4 additions, 2 deletionsdoc/src/sgml/ref/create_schema.sgml
- doc/src/sgml/ref/create_tablespace.sgml 5 additions, 2 deletionsdoc/src/sgml/ref/create_tablespace.sgml
- doc/src/sgml/ref/create_type.sgml 2 additions, 1 deletiondoc/src/sgml/ref/create_type.sgml
- doc/src/sgml/ref/drop_operator.sgml 3 additions, 2 deletionsdoc/src/sgml/ref/drop_operator.sgml
- doc/src/sgml/ref/drop_tablespace.sgml 2 additions, 1 deletiondoc/src/sgml/ref/drop_tablespace.sgml
- doc/src/sgml/ref/drop_type.sgml 2 additions, 1 deletiondoc/src/sgml/ref/drop_type.sgml
- doc/src/sgml/reference.sgml 4 additions, 1 deletiondoc/src/sgml/reference.sgml
- src/backend/commands/aggregatecmds.c 61 additions, 5 deletionssrc/backend/commands/aggregatecmds.c
- src/backend/commands/alter.c 70 additions, 1 deletionsrc/backend/commands/alter.c
- src/backend/commands/conversioncmds.c 53 additions, 1 deletionsrc/backend/commands/conversioncmds.c
Loading
Please register or sign in to comment