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 1wh2Ki-0000hz-0s for pgsql-docs@arkaria.postgresql.org; Tue, 07 Jul 2026 09:43:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wh2Jf-0000ge-20 for pgsql-docs@arkaria.postgresql.org; Tue, 07 Jul 2026 09:42:12 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wh2Jf-0000gW-0f for pgsql-docs@lists.postgresql.org; Tue, 07 Jul 2026 09:42:12 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wh2Jc-000000000r9-454L for pgsql-docs@lists.postgresql.org; Tue, 07 Jul 2026 09:42:11 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id C1434613FE4 for ; Tue, 07 Jul 2026 11:42:07 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id B308161406A; Tue, 07 Jul 2026 11:42:07 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id B16F42C8BB1D; Tue, 07 Jul 2026 11:42:07 +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: s898.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s981.loopia.se ([172.22.191.6]) by localhost (s898.loopia.se [172.22.190.17]) (amavis, port 10024) with LMTP id 6jcoehRiBOU3; Tue, 7 Jul 2026 11:42:07 +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 s981.loopia.se (Postfix) with ESMTPSA id 2893422B18DF; Tue, 07 Jul 2026 11:42:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1783417327; bh=4agxyERZFHhtI6KtyDScYo4FidAY5/FxP5egv2i15lQ=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=BEmr2zeF3ynLFO6aoSCdPnIK5+ieVysB2fgT3iUpOdc/slYFyI/aB1xBoa+vpW+wX CBSPO1IGOEzz1MDoInDXTnv+lWus6Pfx7r1DL4xHL8fPxbMFbDEk64qsb3z3HYUPB5 lfqRckjXLD50IrbiEcXqf4rV1KY1GdAuI0TRQWFxv0c0O6jJ8W5CteGfQn95Tjm+oM ssmGLp54HwkUY94SQ6GfqhOX2hffq/IxHTtDHGvEKZFiE2WGQ5U90okcgg6qnL81Kl 6gqO13iE6y4HJ9EdWEbFObLhvVdKvItsl/tvuNGLJH3UrlLU5oCFnbERdQhebV2aeF mDm1AOjeobh8g== Content-Type: text/plain; charset=us-ascii 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 11:41:56 +0200 Cc: pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: 7bit Message-Id: 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 10:48, jian he wrote: > We can make sql-createfunction.html ``See Also`` section reference > CREATE PROCEDURE. What do you think? Seems reasonable, would you like to send a patch? -- Daniel Gustafsson