Re: [ADMIN] Transactions and Locks writing in PLPGSQL

2001-06-18 Thread Anatoly K. Lasareff
> "bH" == bastien HEITZMANN writes: bH> And what happen when the function call an other function. Does this action bH> also be rolled back if the first fail ? Yes, sure. bH> SEB AK> Hi all, AK> How do I write transaction statements like 'BEGIN AK> WORK'... in PLPGSQL. AK> Also ho

Re: [ADMIN] Error on pg_dump

2001-06-18 Thread Tom Lane
Jeremy Buchmann <[EMAIL PROTECTED]> writes: > getAggregates(): SELECT failed. Explanation from backend: 'ERROR: > Attribute 'aggtransfn1' not found > But when I run the script from the command line, it works fine. PG version > is 7.1.2, You're invoking a pre-7.1 pg_dump. Check the PATH used b