Re: [GENERAL] how to save a bytea value into a file? - Mailing list pgsql-admin

From Albe Laurenz
Subject Re: [GENERAL] how to save a bytea value into a file?
Date
Msg-id D960CB61B694CF459DCFB4B0128514C206F74397@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Re: [GENERAL] how to save a bytea value into a file?  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Responses Re: [GENERAL] how to save a bytea value into a file?
List pgsql-admin
I wrote:
[fanlijing wants to write bytea to file]
> A simple
>    COPY (SELECT byteacol WROM mytab WHERE ...) TO 'filename' (FORMAT
binary)
> should do the trick.

Corrections:
a) "binary" must be surrounded by single quotes.
b) that won't dump just the binary data - you would have
   to remove the first 25 bytes and the last 2 bytes...

So maybe using the functions I mentioned would be the
best way after all.

You could also write your own user defined function in C.

Yours,
Laurenz Albe

pgsql-admin by date:

Previous
From: jesper@krogh.cc
Date:
Subject: pg_lesslog
Next
From: Merlin Moncure
Date:
Subject: Re: [GENERAL] how to save a bytea value into a file?