mirror of
https://github.com/postgres/postgres.git
synced 2026-05-30 20:44:54 -04:00
474a42473a
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