Re: [OT] Saving file as blob in PgSQL



In article <BAY117-DAV14A0BD413911874E1F9CD49B080@xxxxxxx>,
Joe Tseng <fedora-list@xxxxxxxxxx> wrote:

Has anyone written code to save files in PgSQL in a BLOB field?
I can't seem to get it to play with my file... I created a new
column named resultsArchive of type "bytea" and psql won't play
nice:

One easy way is to just base64 encode the file data and store it
in a text field.

--
http://www.spinics.net/lists/

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages