~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Federico Di Gregorio
  • Date: 2005-12-11 07:50:27 UTC
  • Revision ID: fog-933b3ba9d0054bffd82dcb4c86e5e9e2d95f9418
Fixed problem with "fractionary" time zones (Closes: #78).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[build_ext]
2
 
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
 
2
define=PSYCOPG_DEBUG,PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
3
3
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
4
4
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
5
5
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3