postgresql/src/include/commands
Tom Lane 71dc300a37 The contents of command.c, creatinh.c, define.c, remove.c and rename.c
have been divided according to the type of object manipulated - so ALTER
TABLE code is in tablecmds.c, aggregate commands in aggregatecmds.c and
so on.

A few common support routines remain in define.c (prototypes in
src/include/commands/defrem.h).

No code has been changed except for includes to reflect the new files.
The prototypes for aggregatecmds.c, functioncmds.c, operatorcmds.c,
and typecmds.c remain in src/include/commands/defrem.h.

From John Gray <jgray@azuli.co.uk>
2002-04-15 05:22:04 +00:00
..
async.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
cluster.h pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
comment.h Functions live in namespaces. Qualified function names work, eg 2002-04-09 20:35:55 +00:00
copy.h pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
dbcommands.h User and database-specific session defaults for run-time configuration 2002-03-01 22:45:19 +00:00
defrem.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
explain.h EXPLAIN output now comes out as a query result, not a NOTICE message. 2002-03-24 04:31:09 +00:00
lockcmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
portalcmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
proclang.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
schemacmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
sequence.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
tablecmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
trigger.h Add tgconstrrelid to stored Trigger structures, make RI trigger functions 2002-04-01 22:36:13 +00:00
user.h Authentication improvements: 2002-04-04 04:25:54 +00:00
vacuum.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
variable.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
version.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
view.h pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00