projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5862174
)
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:07 +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 071cdb610f07781bf5406f56c74628d84c848b50..d7319610bdc37e2a0e5a30c9b5ff50bca3c6173c 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)
- 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