|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.11 2005/03/01 23:45:00 neilc Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.12 2005/03/17 20:24:34 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="dml">
|
4 | 4 | <title>Data Manipulation</title>
|
@@ -98,9 +98,9 @@ INSERT INTO products DEFAULT VALUES;
|
98 | 98 | To do <quote>bulk loads</quote>, that is, inserting a lot of data,
|
99 | 99 | take a look at the <xref linkend="sql-copy"
|
100 | 100 | endterm="sql-copy-title"> command. It is not as flexible as the
|
101 |
| - <command>INSERT</command> command, but is more efficient. Refer to |
102 |
| - <xref linkend="populate"> for moreinformation on improving bulk |
103 |
| - loading performance. |
| 101 | + <xref linkend="sql-insert" endterm="sql-insert-title"> command, |
| 102 | +but is more efficient. Refer to<xref linkend="populate"> for more |
| 103 | +information on improving bulkloading performance. |
104 | 104 | </para>
|
105 | 105 | </tip>
|
106 | 106 | </sect1>
|
|