postgresql/src/test/regress
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
..
data GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
expected Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT 2007-05-11 20:17:15 +00:00
input Make the newly-added regression tests for lo_truncate() consistent 2007-03-03 22:57:04 +00:00
output Add alternate result file for large object tests to handle Windows line ends. 2007-03-10 03:42:19 +00:00
sql Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT 2007-05-11 20:17:15 +00:00
GNUmakefile Regression makefile now needs to make separate lists of what to clean 2007-03-13 22:56:48 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
pg_regress.c Add missing #define for mingw, per Magnus. 2007-02-08 19:48:28 +00:00
regress.c Make use of plancache module for SPI plans. In particular, since plpgsql 2007-03-15 23:12:07 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Win32 regression test fixes: 2007-02-08 15:28:58 +00:00
serial_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00