mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +03:00
This provides a separate exception class for each error code that the backend defines, as well as the ability to get the SQLSTATE from the exception object. Jan Urbański, reviewed by Steve Singer