postgresql/src/backend/commands
Tom Lane 6cef5d2549 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take
qualified operator names directly, for example CREATE OPERATOR myschema.+
( ... ).  To qualify an operator name in an expression you need to write
OPERATOR(myschema.+) (thanks to Peter for suggesting an escape hatch).
I also took advantage of having to reformat pg_operator to fix something
that'd been bugging me for a while: mergejoinable operators should have
explicit links to the associated cross-data-type comparison operators,
rather than hardwiring an assumption that they are named < and >.
2002-04-16 23:08:12 +00:00
..
_deadcode Change made to elog: 2002-03-06 06:10:59 +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
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 Change made to elog: 2002-03-06 06:10:59 +00:00
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 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
copy.c pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
dbcommands.c Make sure that usesuper is always accessed through superuser(), so that the 2002-04-11 05:32:03 +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 Tweak labeling of plan qual conditions for more consistency. 2002-03-24 17:11:37 +00:00
functioncmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
indexcmds.c Checking to decide whether relations are system relations now depends 2002-04-12 20:38:31 +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
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 CATALOG VERSION UPDATED: 2002-04-15 23:45:07 +00:00
trigger.c Checking to decide whether relations are system relations now depends 2002-04-12 20:38:31 +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 Authentication improvements: 2002-04-04 04:25:54 +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 Make VACUUM handle schema-qualified relation names properly. 2002-04-02 01:03:07 +00:00
variable.c pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
view.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00