summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-11-15 16:05:15 +0000
committerFederico Di Gregorio <fog@initd.org>2005-11-15 16:05:15 +0000
commit96b254193998ea273080a5413f241ac96ba4915f (patch)
tree813919ce4b415b799e0b4953261c0a936625678d /setup.cfg
parent65fe7db04d73c15b6fd4098c9caf97ca447b080b (diff)
downloadpsycopg2-96b254193998ea273080a5413f241ac96ba4915f.tar.gz
Better fix for py2exe and related tools.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 54a2edf..220e5a6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,17 +2,18 @@
define=PSYCOPG_DEBUG,PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
-# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.4
-# HAVE_PQPROTOCOL3 should be defined on PostgreSQL >= 8.0
+# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3
+# HAVE_PQPROTOCOL3 should be defined on PostgreSQL >= 7.4
# PSYCOPG_DEBUG can be added to enable verbose debug information
-# PSYCOPG_OWN_QUOTING can be added above but it is deprecated
+# PSYCOPG_OWN_QUOTING can be added, but it is deprecated (will go away in 2.1)
# Set to 1 to use Python datatime objects for default date/time representation
use_pydatetime=1
# Set to 1 if you want to enable "Decimal" type on python 2.3.
# If the "decimal" module is found in the PYTHONPATH it will be used, else
-# fall back on the float type.
+# fall back on the float type (this is disabled by default to be compatible
+# with old versions of psycopg 1 and pre-beta versions of psycopg 2.)
use_decimal=0
# "include_dirs" is the preferred method for locating postgresql headers,
@@ -25,7 +26,7 @@ include_dirs=.:/usr/include/postgresql:/usr/include/postgresql/server
#include_dirs=.:/usr/include/pgsql:/usr/include/pgsql/server
# If postgresql is installed somewhere weird (i.e., not in your runtime library
-# path like /usr/lib), just add the right path in "library_dir" any extra
+# path like /usr/lib), just add the right path in "library_dirs" any extra
# libraries required to link in "libraries".
#library_dirs=
#libraries=