Add smallserial pseudotype.
Robert Haas <rhaas@postgresql.org>
Add smallserial pseudotype. This is just like serial and bigserial, except it generates an int2 column rather than int4 or int8. Mike Pultz, reviewed by Brar Piening and Josh Kupershmidt
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/datatype.sgml | modified | +26 −3 |
| doc/src/sgml/ecpg.sgml | modified | +5 −0 |
| doc/src/sgml/func.sgml | modified | +1 −1 |
| src/backend/parser/parse_utilcmd.c | modified | +8 −1 |