Re: Infinities in type numeric

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-06-13T20:33:26Z
Lists: pgsql-hackers

Attachments

Here's a v2 patch:

* Rebased over today's nearby commits

* Documentation changes added

* Sort abbrev support improved per Andrew's suggestions

* Infinities now considered to fail any typmod precision limit,
  per discussion with Robert.

			regards, tom lane

Commits

  1. Support infinity and -infinity in the numeric data type.