~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to psycopg/psycopg.h

  • Committer: Federico Di Gregorio
  • Date: 2008-09-23 23:29:20 UTC
  • mfrom: (365.1.1 psycopg2)
  • Revision ID: fog@initd.org-20080923232920-urnezrc5pxkzcun0
Merged changed by JH from head

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
"Error related to problems with the processed data."
175
175
 
176
176
#define NotSupportedError_doc \
177
 
"A not supported datbase API was called."
 
177
"A method or database API was used which is not supported by the database."
178
178
 
179
179
#ifdef PSYCOPG_EXTENSIONS
180
180
#define QueryCanceledError_doc \