projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9443d9
)
Fix typo
author
Magnus Hagander
<magnus@hagander.net>
Wed, 20 Jun 2018 14:06:03 +0000
(16:06 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 20 Jun 2018 14:06:03 +0000
(16:06 +0200)
Reported using the website comment form
doc/src/sgml/dml.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/dml.sgml
b/doc/src/sgml/dml.sgml
index 1e05c84fd17e4a9d29122696d04d70ebd91f8405..97a773095540d9f41d997d1397576b91f62f7166 100644
(file)
--- a/
doc/src/sgml/dml.sgml
+++ b/
doc/src/sgml/dml.sgml
@@
-112,7
+112,7
@@
INSERT INTO products (product_no, name, price)
<tip>
<para>
- When inserting a lot of data at the same time, consider
ing
using
+ When inserting a lot of data at the same time, consider using
the <xref linkend="sql-copy"/> command.
It is not as flexible as the <xref linkend="sql-insert"/>
command, but is more efficient. Refer