projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2ddfa6
)
Fix missing space in docs.
author
Heikki Linnakangas
Wed, 24 Nov 2021 16:32:56 +0000
(18:32 +0200)
committer
Heikki Linnakangas
Wed, 24 Nov 2021 16:32:56 +0000
(18:32 +0200)
Author: Japin Li
Discussion: https://www.postgresql.org/message-id/MEYP282MB1669C36E5F733C2EFBDCB80BB6619@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
doc/src/sgml/arch-dev.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/arch-dev.sgml
b/doc/src/sgml/arch-dev.sgml
index 7aff059e8248b90f08add95b383b7b4796a37058..c2be28fac8974e60d69f3e39e78493c2bc78982d 100644
(file)
--- a/
doc/src/sgml/arch-dev.sgml
+++ b/
doc/src/sgml/arch-dev.sgml
@@
-559,7
+559,7
@@
A simple
INSERT ... VALUES
command creates a
trivial plan tree consisting of a single
Result
node, which computes just one result row, feeding that up
- to
ModifyTable
to perform the insertion.
+ to
ModifyTable
to perform the insertion.