diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-02-13 02:10:51 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2010-02-14 00:39:48 +0100 |
| commit | 6a4ff65b49cd87d699ba7efcdc6ead56405b8d2b (patch) | |
| tree | 78da91c1c2a42c57babda4a902e966ed862f44c4 /doc/usage.rst | |
| parent | ec68569e58d031a6490c9be9022903b6b4da58ae (diff) | |
| download | psycopg2-6a4ff65b49cd87d699ba7efcdc6ead56405b8d2b.tar.gz | |
Added documentation for the extras module.
Diffstat (limited to 'doc/usage.rst')
| -rw-r--r-- | doc/usage.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/usage.rst b/doc/usage.rst index 6d30101..e7212d9 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -227,7 +227,9 @@ Many standards Python types are adapted into SQL and returned as Python objects when a query is executed. If you need to convert other Python types to and from PostgreSQL data types, -see :ref:`adapting-new-types` and :ref:`type-casting-from-sql-to-python`. +see :ref:`adapting-new-types` and :ref:`type-casting-from-sql-to-python`. You +can also find a few other specialized adapters in the :mod:`psycopg2.extras` +module. In the following examples the method :meth:`~cursor.mogrify` is used to show the SQL string that would be sent to the database. |
