How to check for successfull inserts - Mailing list pgsql-general

From Francisco Reyes
Subject How to check for successfull inserts
Date
Msg-id 20020308173058.Y26560-100000@zoraida.natserv.net
Whole thread Raw
Responses Re: How to check for successfull inserts  (Martijn van Oosterhout <kleptog@svana.org>)
Re: How to check for successfull inserts  ("Arguile" <arguile@lucentstudios.com>)
List pgsql-general
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.


pgsql-general by date:

Previous
From: "Gregory Wood"
Date:
Subject: Re: Is vacuum full lock like old's vacuum's lock?
Next
From: "Glen Parker"
Date:
Subject: Re: Shared buffers vs large files