summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2021-11-24 18:32:56 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2021-11-24 18:34:10 +0200
commit113b0a2dd79b369e3adc238896c0909935a5adb3 (patch)
tree898c8f1024cbd53d7c8fd0d613ef586736060e1d
parent82881a9b9d0fb7c1f9c2d7291ac2560c9ec90915 (diff)
Fix missing space in docs.
Author: Japin Li Discussion: https://www.postgresql.org/message-id/MEYP282MB1669C36E5F733C2EFBDCB80BB6619@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
-rw-r--r--doc/src/sgml/arch-dev.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml
index fd4ac6548f7..2dc2370171e 100644
--- a/doc/src/sgml/arch-dev.sgml
+++ b/doc/src/sgml/arch-dev.sgml
@@ -557,7 +557,7 @@
A simple <command>INSERT ... VALUES</command> command creates a
trivial plan tree consisting of a single <literal>Result</literal>
node, which computes just one result row, feeding that up
- to<literal>ModifyTable</literal> to perform the insertion.
+ to <literal>ModifyTable</literal> to perform the insertion.
</para>
</sect1>