projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28d150d
)
Add link to INSERT in docs.
author
Bruce Momjian
Thu, 17 Mar 2005 20:24:34 +0000
(20:24 +0000)
committer
Bruce Momjian
Thu, 17 Mar 2005 20:24:34 +0000
(20:24 +0000)
Robert Treat
doc/src/sgml/dml.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/dml.sgml
b/doc/src/sgml/dml.sgml
index b70990bb86374355e0c1b79f666cee4e52439277..879e4510d375402bf39976ae937c2738d1ce66c1 100644
(file)
--- 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
endterm="sql-copy-title"> command. It is not as flexible as the
- <
command>INSERT command, but is more efficient. Refer to
-
for more information on improving bulk
- loading performance.
+ <
xref linkend="sql-insert" endterm="sql-insert-title"> command,
+ but is more efficient. Refer to
for more
+
information on improving bulk
loading performance.