summaryrefslogtreecommitdiff
path: root/doc/src/extensions.rst
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-09-23 23:12:54 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-09-23 23:14:39 +0100
commit19ae49e79e0b76bf449f10979be7cf7b3e340c55 (patch)
tree4b2fc174a1a0a54081b6357e93b42a9b65c1cd1b /doc/src/extensions.rst
parent80ebb14df4fb70ebfaa8d84b1459332c6fbbd98c (diff)
downloadpsycopg2-19ae49e79e0b76bf449f10979be7cf7b3e340c55.tar.gz
Refer to PostgreSQL 9.0 documentation.
Diffstat (limited to 'doc/src/extensions.rst')
-rw-r--r--doc/src/extensions.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/extensions.rst b/doc/src/extensions.rst
index bc57ee2..efc534b 100644
--- a/doc/src/extensions.rst
+++ b/doc/src/extensions.rst
@@ -70,7 +70,7 @@ functionalities defined by the |DBAPI|_.
The method uses the efficient |lo_export|_ libpq function.
.. |lo_export| replace:: `!lo_export()`
- .. _lo_export: http://www.postgresql.org/docs/8.4/static/lo-interfaces.html#LO-EXPORT
+ .. _lo_export: http://www.postgresql.org/docs/9.0/static/lo-interfaces.html#LO-EXPORT
.. method:: seek(offset, whence=0)
@@ -91,7 +91,7 @@ functionalities defined by the |DBAPI|_.
running these versions. It uses the |lo_truncate|_ libpq function.
.. |lo_truncate| replace:: `!lo_truncate()`
- .. _lo_truncate: http://www.postgresql.org/docs/8.4/static/lo-interfaces.html#LO-TRUNCATE
+ .. _lo_truncate: http://www.postgresql.org/docs/9.0/static/lo-interfaces.html#LO-TRUNCATE
.. method:: close()
@@ -291,7 +291,7 @@ details.
Used by Psycopg when adapting or casting unicode strings. See
:ref:`unicode-handling`.
- .. __: http://www.postgresql.org/docs/8.4/static/multibyte.html
+ .. __: http://www.postgresql.org/docs/9.0/static/multibyte.html
.. __: http://docs.python.org/library/codecs.html#standard-encodings