is the sqlca.sqlabc value unique for each response type

From: Reid Thompson <reid(dot)thompson(at)ateb(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: is the sqlca.sqlabc value unique for each response type
Date: 2002-11-21 03:40:59
Message-ID: 3DDC55CB.9030809@ateb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are the values that are populated in sqlca.sqlabc unique to response
type? IE, when i get a failure for 'ERROR: Cannot insert a duplicate
key into unique index "myindexname"' will the sqlca.sqlabc value always
be the same?

I'm looking for a way to determine if my failure is of this type w/o
having to to a string compare on the error message.

thanks,
reid

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2002-11-21 03:44:06 Re: [GENERAL] Bug with sequence
Previous Message Justin Clift 2002-11-21 02:40:41 Re: [GENERAL] Bug with sequence