diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst index 34ae671a..3ae15f05 100644 --- a/doc/src/advanced.rst +++ b/doc/src/advanced.rst @@ -472,6 +472,7 @@ resources about the topic. .. __: http://www.postgresql.org/docs/9.0/static/libpq-async.html .. warning:: + :ref:`COPY commands ` are currently not supported when a wait callback is registered, but they will be probably implemented in a future release. diff --git a/doc/src/module.rst b/doc/src/module.rst index abe207f9..fb709624 100644 --- a/doc/src/module.rst +++ b/doc/src/module.rst @@ -218,7 +218,9 @@ This is the exception inheritance layout: Type Objects and Constructors ----------------------------- -.. note:: This section is mostly copied verbatim from the |DBAPI|_ +.. note:: + + This section is mostly copied verbatim from the |DBAPI|_ specification. While these objects are exposed in compliance to the DB API, Psycopg offers very accurate tools to convert data between Python and PostgreSQL formats. See :ref:`adapting-new-types` and