This project is archived and is in readonly mode.
No mention of sslmode
Reported by Psycopg website | 2012-12-28 23:02:14 UTC
Submitted by: m@schmichael.com
It'd be nice to have common connection options like sslmode documented so users don't have to go to Postgres's docs:
http://www.postgresql.org/docs/9.2/static/libpq-connect.html#LIBPQ-...
Alternatively the psycopg2 docs could point to the postgres docs.
Comments and changes to this ticket
-

Daniele Varrazzo 2012-12-30 08:33:48 UTC
- State changed from new to open
Thank you for the report. Will add a direct link to the docs.
-

Daniele Varrazzo 2013-01-09 13:00:00 UTC
- State changed from open to resolved
Actually there was already a link, but it wasn't very explicit and the parameter list was moved (the link pointed to a paragraph with another link)
I've improved the connect() docs making the link to the external resources more evident.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
WARNING: the informations in this tracker are archived. Please submit new tickets or comments to the new tracker.
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.