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