postgresql/src/backend
Tom Lane d8326119c8 Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT
needs to check the new constraint against columns of derived domains too.

Also, make it error out if the domain to be modified is used within any
composite-type columns.  Eventually we should support that case, but it seems
a bit painful, and not suitable for a back-patch.  For the moment just let the
user know we can't do it.

Backpatch to 8.2, which is the only released version that allows nested
domains.  Possibly the other part should be back-patched further.
2007-05-11 20:17:15 +00:00
..
access Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching 2007-05-03 16:45:58 +00:00
bootstrap
catalog Support arrays of composite types, including the rowtypes of regular tables 2007-05-11 17:57:14 +00:00
commands Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT 2007-05-11 20:17:15 +00:00
executor Teach tuplesort.c about "top N" sorting, in which only the first N tuples 2007-05-04 01:13:45 +00:00
lib
libpq
main
nodes Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the 2007-04-27 22:05:49 +00:00
optimizer Teach tuplesort.c about "top N" sorting, in which only the first N tuples 2007-05-04 01:13:45 +00:00
parser Support arrays of composite types, including the rowtypes of regular tables 2007-05-11 17:57:14 +00:00
po
port
postmaster Make sure we don't skip databases that are supposed to be vacuumed "exactly 2007-05-07 20:41:24 +00:00
regex
rewrite Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the 2007-04-27 22:05:49 +00:00
storage Dept. of second thoughts: add comments cautioning against using 2007-05-02 23:34:48 +00:00
tcop Fix oversight in my patch of yesterday: forgot to ensure that stats would 2007-04-30 16:37:08 +00:00
utils Support arrays of composite types, including the rowtypes of regular tables 2007-05-11 17:57:14 +00:00
Makefile
nls.mk