diff --git a/UPGRADING b/UPGRADING index 18831fdd25a9d..5ff00919a87dc 100644 --- a/UPGRADING +++ b/UPGRADING @@ -701,6 +701,8 @@ PHP 8.4 UPGRADE NOTES - PDO_PGSQL: . getAttribute() can now retrieve the memory usage of query results. PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE was added for this feature. + . If the column is of FLOAT4OID/FLOAT8OID type, query returns it as a + float instead of a string. - PGSQL: . pg_select, the conditions arguments accepts an empty array and is optional.