| PostgreSQL 7.4.21 Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Fast Forward | Next | |
ALTER CONVERSION changes the definition of a conversion. The only currently available functionality is to rename the conversion.
The name (optionally schema-qualified) of an existing conversion.
The new name of the conversion.
To rename the conversion iso_8859_1_to_utf_8 to latin1_to_unicode:
ALTER CONVERSION iso_8859_1_to_utf_8 RENAME TO latin1_to_unicode;
No comments could be found for this page.
New comments cannot be added to old documentation versions.