Remove "convert 'blah' using conversion_name" facility, because if it
Andrew Dunstan <andrew@dunslane.net>
Remove "convert 'blah' using conversion_name" facility, because if it produces text it is an encoding hole and if not it's incompatible with the spec, whatever the spec means (which we're not sure about anyway).
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +7 −20 |
| doc/src/sgml/ref/create_conversion.sgml | modified | +2 −4 |
| src/backend/catalog/pg_conversion.c | modified | +1 −74 |
| src/backend/parser/gram.y | modified | +2 −28 |
| src/backend/parser/keywords.c | modified | +1 −2 |
| src/include/catalog/pg_proc.h | modified | +1 −4 |
| src/include/utils/builtins.h | modified | +1 −4 |
| src/test/regress/expected/conversion.out | modified | +0 −780 |
| src/test/regress/sql/conversion.sql | modified | +0 −130 |