Tom Lane
authored
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 >.
Name | Last commit | Last update |
---|---|---|
.. | ||
TODO.detail | ||
src | ||
FAQ | ||
FAQ_AIX | ||
FAQ_DEV | ||
FAQ_HPUX | ||
FAQ_IRIX | ||
FAQ_MSWIN | ||
FAQ_QNX4 | ||
FAQ_SCO | ||
FAQ_Solaris | ||
FAQ_german | ||
FAQ_japanese | ||
FAQ_russian | ||
KNOWN_BUGS | ||
MISSING_FEATURES | ||
Makefile | ||
README.mb.big5 | ||
README.mb.jp | ||
TODO | ||
bug.template |