Re: [HACKERS] ERROR: Cannot insert a duplicate key into a unique

2001-09-13 Thread Rachit Siamwalla
' # pg_atoi: error in "hello": can't parse "hello" # ERROR: Bad timestamp external representation 'fdsa' # ERROR: Deadlock detected. -Original Message- From: Christopher Kings-Lynne [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: [HACKERS] ERROR: Cannot insert a duplicate key into a

2001-09-13 Thread Ryan Mahoney
Error codes would be excellent! -r >In our PHP app, we are also forced to parse error messages to get that kind >of information. Register my vote for error codes (Tom Lane style...) > >Chris --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com)

Re: [HACKERS] ERROR: Cannot insert a duplicate key into a unique index

2001-09-13 Thread Christopher Kings-Lynne
13 September 2001 7:18 PM > To: [EMAIL PROTECTED] > Subject: [HACKERS] ERROR: Cannot insert a duplicate key into a unique > index > > > [HACKERS] ERROR: Cannot insert a duplicate key into a unique index > > I'm working on a C code application using loads of > inser

[HACKERS] ERROR: Cannot insert a duplicate key into a unique index

2001-09-13 Thread Haller Christoph
[HACKERS] ERROR: Cannot insert a duplicate key into a unique index I'm working on a C code application using loads of insert commands. It is essential to distinguish between an error coming from a misformed command or other fatal reasons and a duplicate key. In either case