How to escape a memo field as a binary value in postgresql

From: rdyes(at)monroehosp(dot)org
To: pgsql-sql(at)postgresql(dot)org
Subject: How to escape a memo field as a binary value in postgresql
Date: 2007-10-12 14:06:56
Message-ID: OF983426D0.28DD431F-ON85257372.004D2B09-85257372.004D86A7@monroehosp.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I want to take the value of my memo field in Paradox and insert/update the
value of a binary field in my backend postgresql database. How would I
write this sql statement

for the sake of this example lets say the field name is pmemo in paradox
and the is bymemo a bytea field in Postgresql database.

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Joseph Krogh 2007-10-12 14:16:27 OT: array_accum equivalent in Oracle
Previous Message Josh Trutwin 2007-10-12 13:18:12 Re: Accessing field of OLD in trigger