From ce36ecda518397122045e1a0953c465446b19d47 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 11 Aug 2012 13:51:22 -0400 Subject: [PATCH] Add link from COPY ref page to psql \copy. Jeff Janes --- doc/src/sgml/ref/copy.sgml | 2 +- doc/src/sgml/ref/psql-ref.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 4e4e834e062..e5f45f4a8af 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -353,7 +353,7 @@ COPY count Do not confuse COPY with the psql instruction - \copy. \copy invokes + \copy. \copy invokes COPY FROM STDIN or COPY TO STDOUT, and then fetches/stores the data in a file accessible to the psql client. Thus, diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 1beac9a1b7e..97317c3630f 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -826,7 +826,7 @@ testdb=> - + \copy { table [ ( column_list ) ] | ( query ) } { from | to } { filename | stdin | stdout | pstdin | pstdout }