| Name: | utf8_to_iso_8859_5 |
| Owner: | postgres |
| Schema: | pg_catalog |
| From: | UTF8 |
| To: | ISO_8859_5 |
| Function: | utf8_to_iso8859 |
| Default: | |
| System: | |
| Comment: |
CREATE DEFAULT CONVERSION utf8_to_iso_8859_5 FOR 'UTF8' TO 'ISO_8859_5' FROM utf8_to_iso8859;
ALTER CONVERSION pg_catalog.utf8_to_iso_8859_5 OWNER TO postgres;
See Also
List of conversions