After a MINVALUE/MAXVALUE bound, allow only more of the same.

Robert Haas <rhaas@postgresql.org>

Commit: e8b65986ba0de2daeb5bcedc02fb936b04fe464c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-09-16T01:36:01Z
Releases: 10.0
After a MINVALUE/MAXVALUE bound, allow only more of the same.

In the old syntax, which used UNBOUNDED, we had a similar restriction,
but commit d363d42bb9a4399a0207bd3b371c966e22e06bd3, which changed the
syntax, eliminated it.  Put it back.

Patch by me, reviewed by Dean Rasheed.

Discussion: http://postgr.es/m/CA+Tgmobs+pLPC27tS3gOpEAxAffHrq5w509cvkwTf9pF6cWYbg@mail.gmail.com

Files

Documentation touched

Discussion