summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-16 12:45:26 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-16 12:46:12 +0000
commitfb1a47c06455dfa28068d6f9d21b09025a4c8f57 (patch)
tree9701494553fe368b76ca642bcdf1093223052b6d
parent6c79f936bd3d812ad63583e3da195310f8e8cc76 (diff)
downloadpsycopg2-fb1a47c06455dfa28068d6f9d21b09025a4c8f57.tar.gz
Link COPY from docs index to our docs instead of postgres ones
-rw-r--r--doc/src/index.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/index.rst b/doc/src/index.rst
index 96a1423..30ba8fa 100644
--- a/doc/src/index.rst
+++ b/doc/src/index.rst
@@ -14,7 +14,7 @@ of concurrent :sql:`INSERT`\s or :sql:`UPDATE`\s.
Psycopg 2 is mostly implemented in C as a libpq_ wrapper, resulting in being
both efficient and secure. It features client-side and :ref:`server-side
<server-side-cursors>` cursors, :ref:`asynchronous communication
-<async-support>` and :ref:`notifications <async-notify>`, |COPY-TO-FROM|__
+<async-support>` and :ref:`notifications <async-notify>`, :ref:`COPY <copy>`
support. Many Python types are supported out-of-the-box and :ref:`adapted to
matching PostgreSQL data types <python-types-adaptation>`; adaptation can be
extended and customized thanks to a flexible :ref:`objects adaptation system
@@ -27,8 +27,6 @@ Psycopg 2 is both Unicode and Python 3 friendly.
.. _PostgreSQL: http://www.postgresql.org/
.. _Python: http://www.python.org/
.. _libpq: http://www.postgresql.org/docs/current/static/libpq.html
-.. |COPY-TO-FROM| replace:: :sql:`COPY TO/COPY FROM`
-.. __: http://www.postgresql.org/docs/current/static/sql-copy.html
.. rubric:: Contents