Skip to content

Commit 11e4aa8

Browse files
committed
翻译PG11 dml.sgml
1 parent 0e1d51c commit 11e4aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/dml.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ INSERT INTO products (product_no, name, price)
206206
<tip>
207207
<!--==========================orignal english content==========================
208208
<para>
209-
When inserting a lot of data at the same time, considering using
209+
When inserting a lot of data at the same time, consider using
210210
the <xref linkend="sql-copy"> command.
211211
It is not as flexible as the <xref linkend="sql-insert">
212212
command, but is more efficient. Refer

0 commit comments

Comments
 (0)