From: Bruce Momjian Date: Thu, 17 Mar 2005 20:24:34 +0000 (+0000) Subject: Add link to INSERT in docs. X-Git-Tag: REL8_1_0BETA1~1183 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=5955ebe334e426aeee83088cf7fa99822e7c0a05;p=postgresql.git Add link to INSERT in docs. Robert Treat --- diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index b70990bb863..879e4510d37 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -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 command. It is not as flexible as the - INSERT command, but is more efficient. Refer to - for more information on improving bulk - loading performance. + command, + but is more efficient. Refer to for more + information on improving bulk loading performance.