hi,
I've got a text file with exported tuples from various tables
(export from Sybase Anywhere).
Some of these values are for insert, some for update => I cannot use COPY.
How can I get confirmation, that insert/update was successful?
Is there something like @@error in postgresql?
Thanks,
Jan Pruner