Re: Getting the SQLSTATE after a failed connection

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniele Varrazzo <daniele.varrazzo@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-17T14:49:28Z
Lists: pgsql-hackers
Daniele Varrazzo <daniele.varrazzo@gmail.com> writes:
> Is there any way to get the last SQLSTATE from the connection object
> or is that information lost?

This was discussed just a few days ago:

https://www.postgresql.org/message-id/flat/125437e5-25c8-49ad-99af-8de04b77daf6%40postgrespro.ru

I'd be in favor of adding some API here as long as it's not
myopic about the complexity of the problem.

			regards, tom lane