Re: [BUGS] BUG #2370: 25P02,current transaction is aborted, commands ignored until end of transaction block

2006-04-02 Thread Alvaro Herrera
Amaresh Wakkar wrote: > 3.In one of the inserts we must ignore the failure due to duplicate rows i.e > Error state 23505 and continue with remainder set of inserts. Presence of > duplicate rows will not be treated as an error condition in this context and > system must function normally without ab

Re: [BUGS] BUG #2369: pg_dump function dependencies

2006-04-02 Thread Tom Lane
"Jonathan Ellis" <[EMAIL PROTECTED]> writes: > I have many many instances of these two problems in pg_dump's output: > 1) function code don't seem to be taken into account for dependencies No, it isn't, and this should not matter because pg_dump takes care to turn off check_function_bodies. If y

[BUGS] BUG #2370: 25P02,current transaction is aborted, commands ignored until end of transaction block

2006-04-02 Thread Amaresh Wakkar
The following bug has been logged online: Bug reference: 2370 Logged by: Amaresh Wakkar Email address: [EMAIL PROTECTED] PostgreSQL version: 8.X Operating system: Windows XP Description:25P02,current transaction is aborted, commands ignored until end of transaction bl

[BUGS] BUG #2369: pg_dump function dependencies

2006-04-02 Thread Jonathan Ellis
The following bug has been logged online: Bug reference: 2369 Logged by: Jonathan Ellis Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: linux Description:pg_dump function dependencies Details: I have many many instances of these two prob