is the sqlca.sqlabc value unique for each response type - Mailing list pgsql-general

From Reid Thompson
Subject is the sqlca.sqlabc value unique for each response type
Date
Msg-id 3DDC55CB.9030809@ateb.com
Whole thread Raw
List 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


pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Closing inactive connections OR user connections limits
Next
From: Hadley Willan
Date:
Subject: PLPGSQL Function calls function, want result.