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 Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/61307dccc5f2f352d7dfed5c13abf3f0e26ec85d Modified Files -------------- doc/src/sgml/datatype.sgml | 29 ++++++++++++++++++++++++++--- doc/src/sgml/ecpg.sgml | 5 +++++ doc/src/sgml/func.sgml | 2 +- src/backend/parser/parse_utilcmd.c | 9 ++++++++- 4 files changed, 40 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
