Add smallserial pseudotype.

Robert Haas <rhaas@postgresql.org>

Commit: 61307dccc5f2f352d7dfed5c13abf3f0e26ec85d
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-06-22T02:52:52Z
Releases: 9.2.0
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

PathChange+/−
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