postgresql/src/include/nodes
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints
Apart from enabling comments on domain constraints, this enables a
future project to replicate object dropping to remote servers: with the
current mechanism there's no way to distinguish between the two types of
constraints, so there's no way to know what to drop.

Also added support for the domain constraint comments in psql's \dd and
pg_dump.

Catalog version bumped due to the change in ObjectType enum.
2014-12-23 09:06:44 -03:00
..
bitmapset.h Add bms_get_singleton_member(), and use it where appropriate. 2014-11-28 14:16:24 -05:00
execnodes.h Rearrange CustomScan API. 2014-11-21 18:21:46 -05:00
makefuncs.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
memnodes.h Fix and enhance the assertion of no palloc's in a critical section. 2014-06-30 10:26:00 +03:00
nodeFuncs.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
nodes.h Introduce custom path and scan providers. 2014-11-07 17:34:36 -05:00
params.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
parsenodes.h get_object_address: separate domain constraints from table constraints 2014-12-23 09:06:44 -03:00
pg_list.h Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 2014-06-18 13:22:34 -04:00
plannodes.h Rename pg_rowsecurity -> pg_policy and other fixes 2014-11-27 01:15:57 -05:00
primnodes.h Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 2014-06-18 13:22:34 -04:00
print.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
readfuncs.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
relation.h Rename pg_rowsecurity -> pg_policy and other fixes 2014-11-27 01:15:57 -05:00
replnodes.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
tidbitmap.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
value.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00