Allow schema-qualified operator names to be used in the optional
Tom Lane <tgl@sss.pgh.pa.us>
Allow schema-qualified operator names to be used in the optional arguments of CREATE OPERATOR.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_operator.sgml | modified | +10 −1 |
| doc/src/sgml/syntax.sgml | modified | +13 −2 |
| src/backend/commands/define.c | modified | +14 −3 |
| src/backend/parser/gram.y | modified | +18 −50 |