Hello,

I have a table containing a field of type bytea:

CREATE TABLE a_table (
    a_field bytea
);

How can I import a file in a SQL script? What function I can use?

Thank you very much.

Adrian

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to