Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wh6Nw-0003Fe-1w for pgsql-docs@arkaria.postgresql.org; Tue, 07 Jul 2026 14:02:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wh6Nu-000tVv-29 for pgsql-docs@arkaria.postgresql.org; Tue, 07 Jul 2026 14:02:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wh6Nu-000tVl-15 for pgsql-docs@lists.postgresql.org; Tue, 07 Jul 2026 14:02:51 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wh6Ns-00000000245-0vyY for pgsql-docs@lists.postgresql.org; Tue, 07 Jul 2026 14:02:50 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id D3F1B63E340 for ; Tue, 07 Jul 2026 16:02:43 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id C3D0863D661; Tue, 07 Jul 2026 16:02:43 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id C28E710BC56E; Tue, 07 Jul 2026 16:02:43 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s471.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.6]) by localhost (s471.loopia.se [172.22.190.35]) (amavis, port 10024) with UTF8LMTP id DGyB96S5w7ZY; Tue, 7 Jul 2026 16:02:43 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id 4A18E2C8BBD5; Tue, 07 Jul 2026 16:02:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1783432963; bh=uaYRsvTQ7QPwrpvy+bgT4yAziyjlyoqvnClzAmp5HSo=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=HvjFh6ZDDI6wJA60ZtxKiKERQOPLUGhX8HcPBjCDEGo/JdvF4vkvti1qyJ5ApHuqI FkzkEysf6JeZ0HtKdrMBP0Wj4BhjLCElxpIanxyGDJ+oRORkRca5Cys36BSFO7QmIW lO+MVz4W0zka6GC10Cbqss0es+LQr0Sa8F+42zBfpENvDwTPgM2aXNs68C1HPDDoRf HHLLuzjUX5KdvLvctePU/0l0Z0vsOEAe6nyqgpoI3H+JUCsOhY6ops9O4R6FGnXeEj uHcxI1oOGPoghkXNsKoniahWf3SgMx7lWkjB565/zPHJJXXqI+Xl1coxpngXo5TPZN i5iWAdSBP+iew== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: createfunction reference createprocedure From: Daniel Gustafsson In-Reply-To: Date: Tue, 7 Jul 2026 16:02:33 +0200 Cc: PostgreSQL-documentation Content-Transfer-Encoding: quoted-printable Message-Id: <547684F9-6D6C-4DEB-A60D-81A95162055E@yesql.se> References: To: jian he X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 7 Jul 2026, at 13:47, jian he wrote: >=20 > On Tue, Jul 7, 2026 at 5:42=E2=80=AFPM Daniel Gustafsson = wrote: >>=20 >>> On 7 Jul 2026, at 10:48, jian he = wrote: >>=20 >>> We can make sql-createfunction.html ``See Also`` section reference >>> CREATE PROCEDURE. What do you think? >>=20 >> Seems reasonable, would you like to send a patch? >=20 > Please check the attached patch. Pushed with a small fix to maintain alphabetical order among the See = Also references. -- Daniel Gustafsson