Contents
CREATE CONVERSION
An SQL command for defining a conversion
CREATE CONVERSION
is a DDL command for defining a conversion.
CREATE CONVERSION
was added in PostgreSQL 7.3.
Change history
- PostgreSQL 7.3
- added (initial commit fcc96256)
CREATE CONVERSION
has not been modified since it was added in PostgreSQL 7.3.
References
- PostgreSQL documentation: CREATE CONVERSION