~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Federico Di Gregorio
  • Date: 2005-03-01 16:41:02 UTC
  • Revision ID: fog-e0255a5d8e5b9da12cc8f4c976a61fc9572e4614
COPY FROM works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[build_ext]
2
 
define=PSYCOPG_DEBUG,PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_ASPRINTF,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
 
2
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
 
3
# PSYCOPG_DEBUG can be added to enable verbose debug information
3
4
# PSYCOPG_OWN_QUOTING can be added above but it is deprecated
4
5
 
5
6
# include_dirs is the preferred method for locating postgresql headers,