pgsql/ oc/src/sgml/ref/create_type.sgml rc/bac ...

Started by Tom Lanealmost 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/08/03 16:47:40

Modified files:
doc/src/sgml/ref: create_type.sgml
src/backend/commands: define.c
src/bin/pg_dump: pg_dump.c

Log message:
For some reason, CREATE TYPE has only accepted alignment specifications
of 'int4' and 'double'. Add 'char' and 'int2' to allow user-defined types
to access the full set of supported alignments.