CF7 and PostgreSQL 8 on separate boxes.

I need to allow a user to upload a binary object and have CF insert it into a
table on the DB server as a BLOB. I'm leaning towards OID, but could be
convinced to use bytea datatype. So far, the most useful thing I've gotten is a
message saying I need to use the client-side lo_import function as a
non-superuser.

Any guidance is greatly appreciated!

--Dusty