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

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/create_type.sgml rc/bac ...
Date: 2001-08-03 20:47:41
Message-ID: 200108032047.f73Klfv40942@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-08-03 22:09:56 pgsql/src/interfaces/libpq win32.mak
Previous Message Tom Lane 2001-08-03 20:14:07 pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_du ...