summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-10-21 07:39:16 +0000
committerFederico Di Gregorio <fog@initd.org>2006-10-21 07:39:16 +0000
commit0f5e4e734026b15f7788317af541e2009d23bf3a (patch)
tree74517e95ac49c0e28df34cc04550f32edb6ba2b1 /setup.cfg
parentac5a747e953944b97e1c07c4abae8aa6124a93ce (diff)
downloadpsycopg2-0f5e4e734026b15f7788317af541e2009d23bf3a.tar.gz
Fixed #136.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9c32951..ce6b7fa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,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.3
+# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.4
# 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, but it is deprecated (will go away in 2.1)