postgresql/src/backend/commands
Tom Lane 7de307f96c Move renametrig() from tablecmds.c to trigger.c --- if we're going to
divide backend/commands by object type, let's try to pay at least
minimal attention to respecting that structure, eh?  Also reorder the
contents of tablecmds.c; it seems odd to me to put ALTER commands before
creation/deletion commands.
2002-04-26 19:29:47 +00:00
..
_deadcode
aggregatecmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
analyze.c Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
async.c
cluster.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
comment.c Restrict comment to the current database in order to prevent them from 2002-04-24 02:50:30 +00:00
copy.c
dbcommands.c Restructure AclItem representation so that we can have more than eight 2002-04-21 00:26:44 +00:00
define.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
explain.c
functioncmds.c Restructure AclItem representation so that we can have more than eight 2002-04-21 00:26:44 +00:00
indexcmds.c Opclasses live in namespaces. I also took the opportunity to create 2002-04-17 20:57:57 +00:00
lockcmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
Makefile The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
operatorcmds.c Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
portalcmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
proclang.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
schemacmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
sequence.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
tablecmds.c Move renametrig() from tablecmds.c to trigger.c --- if we're going to 2002-04-26 19:29:47 +00:00
trigger.c Move renametrig() from tablecmds.c to trigger.c --- if we're going to 2002-04-26 19:29:47 +00:00
typecmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
user.c Move renametrig() from tablecmds.c to trigger.c --- if we're going to 2002-04-26 19:29:47 +00:00
vacuum.c Disable VACUUM from being called from a function because function memory 2002-04-15 23:39:42 +00:00
vacuumlazy.c
variable.c Convert GUC parameters back to strings if input as integers. 2002-04-22 15:13:53 +00:00
view.c Change naming rule for ON SELECT rules of views: they're all just 2002-04-19 23:13:54 +00:00