postgresql/contrib/isn
Tom Lane 3f936aacc0 Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows
the basic representational details (typlen, typalign, typbyval, typstorage)
to be copied from an existing type rather than listed explicitly in the
CREATE TYPE command.  The immediate reason for this is to provide a simple
solution for add-on modules that want to define types represented as int8,
float4, or float8: as of 8.4 the appropriate PASSEDBYVALUE setting is
platform-specific and so it's hard for a SQL script to know what to do.

This patch fixes the contrib/isn breakage reported by Rushabh Lathia.
2008-11-30 19:01:29 +00:00
..
EAN13.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
ISBN.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
ISMN.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
ISSN.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
UPC.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
isn.c Cosmetic cleanups in contrib/isn (doesn't fix the passbyval problem) 2008-11-28 18:04:00 +00:00
isn.h Cosmetic cleanups in contrib/isn (doesn't fix the passbyval problem) 2008-11-28 18:04:00 +00:00
isn.sql.in Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows 2008-11-30 19:01:29 +00:00
uninstall_isn.sql Fix an oversight in uninstall_isn.sql: must drop operator families explicitly. 2008-11-28 21:19:13 +00:00