projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b5bb6
)
docs: Fix small copy & paste mistake.
author
Andres Freund
Tue, 30 Apr 2019 23:18:35 +0000
(16:18 -0700)
committer
Andres Freund
Tue, 30 Apr 2019 23:20:07 +0000
(16:20 -0700)
Author: Justin Pryzby
Discussion: https://postgr.es/m/
20190418005115
[email protected]
doc/src/sgml/ref/insert.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/insert.sgml
b/doc/src/sgml/ref/insert.sgml
index 189ce2a0caa1f1942a47ee0bf07398e0d6393668..f995a7637f1dceb1a7efac50479c862b90c7c831 100644
(file)
--- a/
doc/src/sgml/ref/insert.sgml
+++ b/
doc/src/sgml/ref/insert.sgml
@@
-554,7
+554,7
@@
INSERT
oid
count
The
count
is the number of
rows inserted or updated.
oid
is always 0 (it
used to be the
OID
assigned to the inserted row if
-
rows
was exactly one and the target table was
+
count
was exactly one and the target table was
declared
WITH OIDS
and 0 otherwise, but creating a table
WITH OIDS
is not supported anymore).