projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baef657
)
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:34:25 +0000
(18:34 +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 fb8a8bde0099f0a8bde35a53e8b7a0e39750e247..28e8cf30cfa743acb5bc508f4b147fc9310f073e 100644
(file)
--- a/
doc/src/sgml/arch-dev.sgml
+++ b/
doc/src/sgml/arch-dev.sgml
@@
-557,7
+557,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.