Mop-up for removal of ':' and ';' operators ... like, say, actually
Tom Lane <tgl@sss.pgh.pa.us>
Mop-up for removal of ':' and ';' operators ... like, say, actually take 'em out of pg_operator. Also remove from scan.l's set of legal operator characters. Update documentation.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/oper.sgml | modified | +8 −55 |
| doc/src/sgml/ref/create_operator.sgml | modified | +5 −5 |
| src/backend/parser/gram.y | modified | +4 −6 |
| src/backend/parser/scan.l | modified | +3 −3 |
| src/include/catalog/pg_operator.h | modified | +1 −3 |