> "PostgreSQL*" is postgres whith queries inside transactions.
> But as long as transactions are broken in PostgreSQL you cant
> use them in real life (if a query fails inside a transactions
> block, PostgreSQL "RollBack"s the whole transaction block, and
> thats broken. You can not convince me of anything else).
Nevertheless you shouldn't use word "broken" -:)
Right word - "savepoints are not implemented".
Vadim