Add link to INSERT in docs.
Robert Treat
This commit is contained in:
parent
28d150d8e9
commit
5955ebe334
@ -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">
|
<chapter id="dml">
|
||||||
<title>Data Manipulation</title>
|
<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,
|
To do <quote>bulk loads</quote>, that is, inserting a lot of data,
|
||||||
take a look at the <xref linkend="sql-copy"
|
take a look at the <xref linkend="sql-copy"
|
||||||
endterm="sql-copy-title"> command. It is not as flexible as the
|
endterm="sql-copy-title"> command. It is not as flexible as the
|
||||||
<command>INSERT</command> command, but is more efficient. Refer to
|
<xref linkend="sql-insert" endterm="sql-insert-title"> command,
|
||||||
<xref linkend="populate"> for more information on improving bulk
|
but is more efficient. Refer to <xref linkend="populate"> for more
|
||||||
loading performance.
|
information on improving bulk loading performance.
|
||||||
</para>
|
</para>
|
||||||
</tip>
|
</tip>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user