From 83af58f6b5657840f5924332fccecca1e3556abe 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 340328f4b56..ebb0ad4ecf3 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 } -- 2.30.2