aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-17 20:24:34 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-17 20:24:34 +0000
commit5955ebe334e426aeee83088cf7fa99822e7c0a05 (patch)
treef82802f5899c805ca08af3767e140cf38528e86e /doc/src
parent28d150d8e9b453dbd8e434c1167e92c5e4a9791d (diff)
downloadpostgresql-5955ebe334e426aeee83088cf7fa99822e7c0a05.tar.gz
postgresql-5955ebe334e426aeee83088cf7fa99822e7c0a05.zip
Add link to INSERT in docs.
Robert Treat
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/dml.sgml8
1 files changed, 4 insertions, 4 deletions
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 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.11 2005/03/01 23:45:00 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.12 2005/03/17 20:24:34 momjian Exp $ -->
<chapter id="dml">
<title>Data Manipulation</title>
@@ -98,9 +98,9 @@ INSERT INTO products DEFAULT VALUES;
To do <quote>bulk loads</quote>, that is, inserting a lot of data,
take a look at the <xref linkend="sql-copy"
endterm="sql-copy-title"> command. It is not as flexible as the
- <command>INSERT</command> command, but is more efficient. Refer to
- <xref linkend="populate"> for more information on improving bulk
- loading performance.
+ <xref linkend="sql-insert" endterm="sql-insert-title"> command,
+ but is more efficient. Refer to <xref linkend="populate"> for more
+ information on improving bulk loading performance.
</para>
</tip>
</sect1>