Add link to INSERT in docs.
authorBruce Momjian
Thu, 17 Mar 2005 20:24:34 +0000 (20:24 +0000)
committerBruce Momjian
Thu, 17 Mar 2005 20:24:34 +0000 (20:24 +0000)
Robert Treat

doc/src/sgml/dml.sgml

index b70990bb86374355e0c1b79f666cee4e52439277..879e4510d375402bf39976ae937c2738d1ce66c1 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Data Manipulation
@@ -98,9 +98,9 @@ INSERT INTO products DEFAULT VALUES;
     To do bulk loads, that is, inserting a lot of data,
     take a look at the 
     endterm="sql-copy-title"> command.  It is not as flexible as the
-    <command>INSERT command, but is more efficient. Refer to
-     for more information on improving bulk
-    loading performance.
+    <xref linkend="sql-insert"  endterm="sql-insert-title">  command, 
+    but is more efficient. Refer to  for more 
+    information on improving bulk loading performance.