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/usage.rst | |
| parent | 9b3aa290d21ff093177de73817de8eec3f07216d (diff) | |
| download | psycopg2-80ebb14df4fb70ebfaa8d84b1459332c6fbbd98c.tar.gz | |
Use stable anchors to reference PostgreSQL docs.
Diffstat (limited to 'doc/src/usage.rst')
| -rw-r--r-- | doc/src/usage.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/usage.rst b/doc/src/usage.rst index c6e5f0e..98204b1 100644 --- a/doc/src/usage.rst +++ b/doc/src/usage.rst @@ -537,6 +537,6 @@ Psycopg large object support efficient import/export with file system files using the |lo_import|_ and |lo_export|_ libpq functions. .. |lo_import| replace:: `!lo_import()` -.. _lo_import: http://www.postgresql.org/docs/8.4/static/lo-interfaces.html#AEN36307 +.. _lo_import: http://www.postgresql.org/docs/8.4/static/lo-interfaces.html#LO-IMPORT .. |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 |
