Bytea to File

From: "Carlos Oliva" <carlos(at)pbsinet(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Bytea to File
Date: 2005-04-08 14:27:34
Message-ID: 200504081428.KAA23031@pbsi.pbsinet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Forum,

Is there a SQL sentence that one could build in order to pull a bytea out of
a table and save it into a file? Currently I do this by getting a record
set and outputting to a stream. I am using a developer interface which
would let me send a SQL sentence easily without having to write any code.

Browse pgsql-general by date

  From Date Subject
Next Message Fritz Bayer 2005-04-08 15:40:14 Encoding Issue with UNICODE
Previous Message Tom Lane 2005-04-08 13:52:42 Re: Index use with left join