Add new CREATE CONVERSION/DROP CONVERSION command.

Tatsuo Ishii <ishii@postgresql.org>

Commit: fcc962566a7cf0461778c97ef713fa4855303dfe
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2002-07-11T07:39:28Z
Releases: 7.3.1
Add new CREATE CONVERSION/DROP CONVERSION command.
This is the first cut toward CREATE CONVERSION/DROP CONVERSION implementaion.
The commands can now add/remove tuples to the new pg_conversion system
catalog, but that's all. Still need work to make them actually working.
Documentations, regression tests also need work.

Files