From 2510c37fedd830368973ce0ee1198a7378055cb6 Mon Sep 17 00:00:00 2001 From: liruixiang <461834084@qq.com> Date: Fri, 3 Nov 2023 16:07:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D\h=20alter=20aggregate?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E8=AF=AD=E6=B3=95=E5=B8=AE=E5=8A=A9=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/ref/alter_aggregate.sgmlin | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/src/sgml/ref/alter_aggregate.sgmlin 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