postgresql/src/include/nodes
Tom Lane b3120804ad Rule names are now unique per-relation, rather than unique globally.
DROP RULE and COMMENT ON RULE syntax adds an 'ON tablename' clause,
similar to TRIGGER syntaxes.  To allow loading of existing pg_dump
files containing COMMENT ON RULE, the COMMENT code will still accept
the old syntax --- but only if the target rulename is unique across
the whole database.
2002-04-18 20:01:11 +00:00
..
execnodes.h Spell 'precedes', 'preceding' correctly in various places. 2001-11-21 22:57:01 +00:00
makefuncs.h Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
memnodes.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodeFuncs.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes.h Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +00:00
params.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
parsenodes.h Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +00:00
pg_list.h Functions live in namespaces. Qualified function names work, eg 2002-04-09 20:35:55 +00:00
plannodes.h Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00
primnodes.h Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
print.h EXPLAIN output now comes out as a query result, not a NOTICE message. 2002-03-24 04:31:09 +00:00
readfuncs.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
relation.h Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00