projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4832c4c
)
Fix typo
author
Magnus Hagander
Wed, 20 Jun 2018 14:07:07 +0000
(16:07 +0200)
committer
Magnus Hagander
Wed, 20 Jun 2018 14:07:30 +0000
(16:07 +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 0c65578b59e7e73fdcbd1742091cc128b6709dce..bbac95878cf6d0c2f70aafe21fad9aeb9105fa81 100644
(file)
--- a/
doc/src/sgml/dml.sgml
+++ b/
doc/src/sgml/dml.sgml
@@
-116,7
+116,7
@@
INSERT INTO products (product_no, name, price)
- 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
command.
It is not as flexible as the
command, but is more efficient. Refer