From 5955ebe334e426aeee83088cf7fa99822e7c0a05 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 17 Mar 2005 20:24:34 +0000 Subject: [PATCH] Add link to INSERT in docs. Robert Treat --- doc/src/sgml/dml.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index b70990bb86..879e4510d3 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.