OSDN Git Service

Remove "convert 'blah' using conversion_name" facility, because if it
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 24 Sep 2007 01:29:30 +0000 (01:29 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 24 Sep 2007 01:29:30 +0000 (01:29 +0000)
commit02138357ffc8c41a3d646035368712a5394f1f5f
tree81b2f9713ea0ee3caecc045e94cce66aed37767f
parentc3b193a5c3d7395a4166d262b9a4f4c625644dfd
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).
doc/src/sgml/func.sgml
doc/src/sgml/ref/create_conversion.sgml
src/backend/catalog/pg_conversion.c
src/backend/parser/gram.y
src/backend/parser/keywords.c
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/conversion.out
src/test/regress/sql/conversion.sql