confirmation of insert/update

From: Pruner Jan <pruner(at)cekia(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: confirmation of insert/update
Date: 2001-04-19 11:16:56
Message-ID: B1CCF4735D43D311906D00A0243DF4961D15C3@mail.cekia.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Lawrence 2001-04-19 11:54:26 Question: Recovery of tables
Previous Message Justin Clift 2001-04-19 10:51:46 Re: Problems with new DBD