I have a script of the form
begin work
delete
copy from ...
commit work
Basically in a couple of ocassions the file been read from the copy
command was empty. How could I check for this from a pgsql script?
I tried look at PL-SQL manuals, but didn't find anything which would seem
to help in solving this problem.