From bca73f1c69a47244da9e8ea1de04198a04018b3b Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:33:47 +0200 Subject: [PATCH] [ci skip] Fix typo --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 0ac78adaeee..463ca218047 100644 --- a/UPGRADING +++ b/UPGRADING @@ -59,7 +59,7 @@ PHP 8.5 UPGRADE NOTES 6. New Functions ======================================== -- PGSQL@ +- PGSQL: . pg_close_stmt offers an alternative way to close a prepared statement from the DEALLOCATE sql command in that we can reuse its name afterwards.