diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-09-22 15:50:50 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-09-22 15:50:50 +0100 |
| commit | 6c8051907c5577b13da24f825716d9283ea2641e (patch) | |
| tree | baaf855c54d299fd64ae514b32ad531b8a88078e /doc/src/advanced.rst | |
| parent | cd6e2cd8f24b5b6c4cb33831720dabce57af791a (diff) | |
| download | psycopg2-6c8051907c5577b13da24f825716d9283ea2641e.tar.gz | |
Fixed doc blocks
Raise error with docutils 0.8.1. Probably docutils 0.7 was more lenient.
Diffstat (limited to 'doc/src/advanced.rst')
| -rw-r--r-- | doc/src/advanced.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst index 34ae671..3ae15f0 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 <copy>` are currently not supported when a wait callback is registered, but they will be probably implemented in a future release. |
