EBCDIC conversion

From: Mike Blackwell <mike(dot)blackwell(at)rrd(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: EBCDIC conversion
Date: 2014-03-27 19:08:04
Message-ID: CANPAkgvNsZkj9Z4uqT3PwOX7RwdHqCm4UM9C4UpSiqnAo2WdWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We have a need to check certain text fields to be sure they'll convert
properly to EBCDIC. A check constraint with a convert() was the initial
thought, but there doesn't seem to be a default conversion from UTF8 to
EBCDIC. Does anyone have an implementation they'd care to share, or
suggestions on the best way to implement the conversion function? Our
PostgreSQL servers currently only have the default languages installed.

<http://www.rrdonnelley.com/>
* <Mike(dot)Blackwell(at)rrd(dot)com>*

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Emanuel Araújo 2014-03-27 19:43:43 Oracle_FDW - Cache lookup failed
Previous Message chiru r 2014-03-27 17:23:23 Re: To monitor the number of PostgreSQL database connections?