Fix missing space in docs.
authorHeikki Linnakangas <[email protected]>
Wed, 24 Nov 2021 16:32:56 +0000 (18:32 +0200)
committerHeikki Linnakangas <[email protected]>
Wed, 24 Nov 2021 16:34:10 +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

index fd4ac6548f7e0f7e62eee3429852dd045df330ee..2dc2370171e867109ffb848f2c927b308b5bab6c 100644 (file)
     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>