On Sun, 19 Dec 1999, Alex Guryanow wrote:
> NOTICE: (transaction aborted): queries ignored until
> What means this message? And why this happens?
If an error occured inside a transaction, the whole transaction will be
droped. If the first query fails it is the simplest way to do nothing with
subsequent querys. (and the first action of course will be rollbacked)
If you want know what happend, you need look for the error message, before
the first "transaction aborted" notice.
--
nek;(