From: Tom Lane Date: Sat, 11 Aug 2012 17:51:22 +0000 (-0400) Subject: Add link from COPY ref page to psql \copy. X-Git-Tag: REL9_2_BETA4~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce36ecda518397122045e1a0953c465446b19d47;p=postgresql Add link from COPY ref page to psql \copy. Jeff Janes --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 4e4e834e06..e5f45f4a8a 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 1beac9a1b7..97317c3630 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 }