diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-08-04 22:16:21 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-09-23 23:13:59 +0100 |
| commit | 80ebb14df4fb70ebfaa8d84b1459332c6fbbd98c (patch) | |
| tree | 2ae6a8a18f52a96584d929d269104742c5f2d787 /doc/src/extensions.rst | |
| parent | 9b3aa290d21ff093177de73817de8eec3f07216d (diff) | |
| download | psycopg2-80ebb14df4fb70ebfaa8d84b1459332c6fbbd98c.tar.gz | |
Use stable anchors to reference PostgreSQL docs.
Diffstat (limited to 'doc/src/extensions.rst')
| -rw-r--r-- | doc/src/extensions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/extensions.rst b/doc/src/extensions.rst index d98320a..bc57ee2 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#AEN36330 + .. _lo_export: http://www.postgresql.org/docs/8.4/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#AEN36420 + .. _lo_truncate: http://www.postgresql.org/docs/8.4/static/lo-interfaces.html#LO-TRUNCATE .. method:: close() |
