diff --git a/doc/src/index.rst b/doc/src/index.rst index 595c2361..04fb929a 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -15,16 +15,10 @@ Psycopg 2 is mostly implemented in C as a libpq_ wrapper, resulting in being both efficient and secure. It features client-side and :ref:`server-side ` cursors, :ref:`asynchronous communication ` and :ref:`notifications `, |COPY-TO-FROM|__ -support, and a flexible :ref:`objects adaptation system -`. Many basic Python types are supported -out-of-the-box and mapped to matching PostgreSQL data types, such as strings -(both byte strings and Unicode), numbers (ints, longs, floats, decimals), -booleans and date/time objects (both built-in and `mx.DateTime`_), several -types of :ref:`binary objects `. Also available are mappings -between lists and PostgreSQL arrays of any supported type, between -:ref:`dictionaries and PostgreSQL hstore `, between -:ref:`tuples/namedtuples and PostgreSQL composite types `, -and between Python objects and :ref:`JSON `. +support. Many Python types are supported out-of-the-box and :ref:`adapted to +matching PostgreSQL data types `; adaptation can be +extended and customized thanks to a flexible :ref:`objects adaptation system +`. Psycopg 2 is both Unicode and Python 3 friendly.