From fb1a47c06455dfa28068d6f9d21b09025a4c8f57 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 16 Feb 2017 12:45:26 +0000 Subject: [PATCH] Link COPY from docs index to our docs instead of postgres ones --- doc/src/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/src/index.rst b/doc/src/index.rst index 96a14237..30ba8fa1 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 ` cursors, :ref:`asynchronous communication -` and :ref:`notifications `, |COPY-TO-FROM|__ +` and :ref:`notifications `, :ref:`COPY ` support. Many Python types are supported out-of-the-box and :ref:`adapted to matching PostgreSQL data types `; 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