This project is archived and is in readonly mode.
No mention of sslmode
Reported by Psycopg website | December 28th, 2012 @ 11:02 PM
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 December 30th, 2012 @ 08:33 AM
- State changed from new to open
Thank you for the report. Will add a direct link to the docs.
-
Daniele Varrazzo January 9th, 2013 @ 01:00 PM
- 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 ยป
<b>WARNING:</b> the informations in this tracker are archived. Please submit new tickets or comments to <a href="https://github.com/psycopg/psycopg2/issues">the new tracker</a>.
<br/>
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.