diff --git a/doc/src/sgml/ref/alter_aggregate.sgmlin b/doc/src/sgml/ref/alter_aggregate.sgmlin new file mode 100644 index 000000000..f84bb01f2 --- /dev/null +++ b/doc/src/sgml/ref/alter_aggregate.sgmlin @@ -0,0 +1,24 @@ + + + ALTER AGGREGATE + + + + ALTER AGGREGATE + 7 + SQL - Language Statements + + + + ALTER AGGREGATE + alter the definition of an aggregate function + + + + +ALTER AGGREGATE name ( argtype [ , ... ] ) RENAME TO new_name +ALTER AGGREGATE name ( argtype [ , ... ] ) OWNER TO new_owner +ALTER AGGREGATE name ( argtype [ , ... ] ) SET SCHEMA new_schema + + + \ No newline at end of file