Skip to content

Commit

Permalink
Simplified discussion of Psycopg options in installing.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 7, 2024
1 parent e8a2d40 commit e5405c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ environment to enable encryption.

If you want to :ref:`store events with PostgreSQL <postgres-module>`, then install with
the ``postgres`` option. This installs `Psycopg v3 <https://pypi.org/project/psycopg/>`_
with the C optimization and the connection pool packages, so feel free to make your project depend
with its C optimization and connection pool packages, so feel free to make your project depend
directly on ``psycopg[c,pool]`` instead. The C optimization is recommended by the
`Psycopg <https://www.psycopg.org>`_ developers for production usage. The pre-built binary
option ``psycopg[binary]`` is a convenient alternative for development and testing, and for those
Expand Down

0 comments on commit e5405c5

Please sign in to comment.