diff --git a/UPGRADING b/UPGRADING index 0ac78adaeeec0..463ca218047ff 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.