`SELECT 'NaN'::numeric` --> `invalid input syntax for type numeric: "NaN" (errno 1105)` This syntax is accepted by PostgreSQL. Using the :latest Docker image, which reports a `server_version=15.17`.
SELECT 'NaN'::numeric-->
invalid input syntax for type numeric: "NaN" (errno 1105)This syntax is accepted by PostgreSQL.
Using the :latest Docker image, which reports a
server_version=15.17.