Add link from COPY ref page to psql \copy.
authorTom Lane
Sat, 11 Aug 2012 17:51:22 +0000 (13:51 -0400)
committerTom Lane
Sat, 11 Aug 2012 17:51:22 +0000 (13:51 -0400)
Jeff Janes

doc/src/sgml/ref/copy.sgml
doc/src/sgml/ref/psql-ref.sgml

index 4e4e834e062f2b65328753ad1af03bed8e3a1bc8..e5f45f4a8af2e335a98c4de34b85cd43e829809a 100644 (file)
@@ -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,
index 340328f4b569bd74a6552c46c96766e38592b6fb..ebb0ad4ecf35b15f164c869be86d780053179bca 100644 (file)
@@ -826,7 +826,7 @@ testdb=>
         
       
 
-      
+       id="APP-PSQL-meta-commands-copy">
         \copy { table [ ( column_list ) ] | ( query ) }
         { from | to }
         { filename | stdin | stdout | pstdin | pstdout }