Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5955ebe

Browse files
committed
Add link to INSERT in docs.
Robert Treat
1 parent28d150d commit5955ebe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/dml.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="dml">
44
<title>Data Manipulation</title>
@@ -98,9 +98,9 @@ INSERT INTO products DEFAULT VALUES;
9898
To do <quote>bulk loads</quote>, that is, inserting a lot of data,
9999
take a look at the <xref linkend="sql-copy"
100100
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.
104104
</para>
105105
</tip>
106106
</sect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp