PL/Python custom SPI exceptions

Peter Eisentraut <peter_e@gmx.net>

Commit: 474a42473adf9b18417242f1fc0691a857ec578b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-02-28T16:41:10Z
Releases: 9.1.0
PL/Python custom SPI exceptions

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

Files