diff options
author | Federico Di Gregorio <fog@initd.org> | 2006-09-23 05:36:18 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2006-09-23 05:36:18 +0000 |
commit | ca860424e6a7ae486b58b0f57d0691b372de59f5 (patch) | |
tree | 761297ffe2e10a410794cd4ce672b0833515d547 /lib/errorcodes.py | |
parent | 43518d067ef5972addc2b0ed94e8520a63e4733d (diff) | |
download | psycopg2-ca860424e6a7ae486b58b0f57d0691b372de59f5.tar.gz |
Fixed lib/errorcodes.py.
Diffstat (limited to 'lib/errorcodes.py')
-rw-r--r-- | lib/errorcodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/errorcodes.py b/lib/errorcodes.py index 756bbf2..8c69ba1 100644 --- a/lib/errorcodes.py +++ b/lib/errorcodes.py @@ -59,7 +59,7 @@ CLASS_OBJECT_NOT_IN_PREREQUISITE_STATE = '55' CLASS_OPERATOR_INTERVENTION = '57' CLASS_SYSTEM_ERROR = '58' CLASS_CONFIGURATION_FILE_ERROR = 'F0' -CLASS_PL/PGSQL_ERROR = 'P0' +CLASS_PL_PGSQL_ERROR = 'P0' CLASS_INTERNAL_ERROR = 'XX' # Class 00 - Successful Completion |