Tagged Questions
0
votes
1answer
220 views
PL/pgSQL function + client-side lo_import
I have a problem with importing documents into PostgreSQL. I have a plpgsql function, which simplified could look like this:
create function add_file(flag integer, sth varchar) returns void as
begin
...