postgresql/src/backend/utils/cache
Bruce Momjian 01c76f7411 Ok. Updated patch attached.
- domain.patch -> source patch against pgsql in cvs
- drop_domain.sgml and create_domain.sgml -> New doc/src/sgml/ref docs

- dominfo.txt -> basic domain related queries I used for testing
[ ADDED TO /doc]

Enables domains of array elements -> CREATE DOMAIN dom int4[3][2];

Uses a typbasetype column to describe the origin of the domain.

Copies data to attnotnull rather than processing in execMain().

Some documentation differences from earlier.

If this is approved, I'll start working on pg_dump, and a \dD <domain>
option in psql, and regression tests.  I don't really feel like doing
those until the system table structure settles for pg_type.


CHECKS when added, will also be copied to to the table attributes.  FK
Constraints (if I ever figure out how) will be done similarly.  Both
will lbe handled by MergeDomainAttributes() which is called shortly
before MergeAttributes().

Rod Taylor
2002-03-06 20:35:02 +00:00
..
catcache.c Change made to elog: 2002-03-06 06:10:59 +00:00
fcache.c Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
inval.c Catcaches can now store negative entries as well as positive ones, to 2002-03-03 17:47:56 +00:00
lsyscache.c Ok. Updated patch attached. 2002-03-06 20:35:02 +00:00
Makefile Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 2001-10-06 23:21:45 +00:00
relcache.c Ok. Updated patch attached. 2002-03-06 20:35:02 +00:00
syscache.c A bunch of changes aimed at reducing backend startup time... 2002-02-19 20:11:20 +00:00
temprel.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00