From: Daniele Varrazzo Date: Tue, 12 Oct 2021 13:17:09 +0000 (+0200) Subject: Improve "what's new section in the docs. X-Git-Tag: 3.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6454cc7ee76d4e670e5fa91609cfd97ea8b987a0;p=thirdparty%2Fpsycopg.git Improve "what's new section in the docs. --- diff --git a/docs/basic/from_pg2.rst b/docs/basic/from_pg2.rst index e6bfec6f1..18f27f033 100644 --- a/docs/basic/from_pg2.rst +++ b/docs/basic/from_pg2.rst @@ -202,12 +202,10 @@ you? What's new in Psycopg 3 ----------------------- -.. admonition:: TODO - - to be completed - -- `asyncio` support. -- Several data types are adapted out-of-the-box: uuid, network, range, bytea, - array of any supported type are dealt with automatically - (see :ref:`types-adaptation`). -- Access to the low-level libpq functions via the `pq` module. +- :ref:`Asynchronous support ` +- :ref:`Server-side parameters binding ` +- :ref:`prepared statements ` +- :ref:`Binary communication ` +- :ref:`Python-based COPY support ` +- :ref:`Support for static typing ` +- :ref:`Direct access to the libpq functionalities ` diff --git a/docs/index.rst b/docs/index.rst index a1e802cf1..f6c7d0389 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,8 +14,8 @@ more modern PostgreSQL and Python features, such as: - :ref:`prepared statements ` - :ref:`binary communication ` - :ref:`great COPY support ` -- :ref:`direct access to the libpq functionalities ` - :ref:`support for static typing ` +- :ref:`direct access to the libpq functionalities ` .. _Python: https://www.python.org/ .. _PostgreSQL: https://www.postgresql.org/