After a MINVALUE/MAXVALUE bound, allow only more of the same.
authorRobert Haas
Sat, 16 Sep 2017 01:15:55 +0000 (21:15 -0400)
committerRobert Haas
Sat, 16 Sep 2017 01:36:01 +0000 (21:36 -0400)
commite8b65986ba0de2daeb5bcedc02fb936b04fe464c
treef67cc26ba2df7f00f988ce87de8dab0b6e186049
parentf830183492d3a3b74cbd33645db19b8b5b5a2622
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
doc/src/sgml/ref/create_table.sgml
src/backend/parser/parse_utilcmd.c
src/test/regress/expected/create_table.out
src/test/regress/expected/inherit.out
src/test/regress/expected/insert.out
src/test/regress/sql/create_table.sql
src/test/regress/sql/inherit.sql
src/test/regress/sql/insert.sql