summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2021-11-24 16:32:56 +0000
committerHeikki Linnakangas2021-11-24 16:34:15 +0000
commita00bd7aa17f652d88c8c0fe52286ef93bb4ec3cc (patch)
tree5478b9f1647e59892914965f7b23e1364c982a1c
parent1061e41ff9ae204d1e0097e8a95d0c2d8a7d4201 (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 f4c0df80143..761ce37d360 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>