postgresql/src/include/commands
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
..
alter.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
async.h RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, 2007-04-12 06:53:49 +00:00
cluster.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
comment.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
conversioncmds.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
copy.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
dbcommands.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
defrem.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
discard.h Rename the newly-added commands for discarding session state. 2007-04-26 16:13:15 +00:00
explain.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
lockcmds.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
portalcmds.h Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the 2007-04-27 22:05:49 +00:00
prepare.h Make plancache store cursor options so it can pass them to planner during 2007-04-16 18:21:07 +00:00
proclang.h Allow non-superuser database owners to create procedural languages. 2007-03-26 16:58:41 +00:00
schemacmds.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sequence.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
tablecmds.h Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT 2007-05-11 20:17:15 +00:00
tablespace.h Revert temp_tablespaces because of coding problems, per Tom. 2007-03-06 02:06:15 +00:00
trigger.h Changes pg_trigger and extend pg_rewrite in order to allow triggers and 2007-03-19 23:38:32 +00:00
typecmds.h Support arrays of composite types, including the rowtypes of regular tables 2007-05-11 17:57:14 +00:00
user.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
vacuum.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
variable.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
version.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
view.h First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00