Fix missing space in docs.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 24 Nov 2021 16:32:56 +0000 (18:32 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
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

index 7aff059e8248b90f08add95b383b7b4796a37058..c2be28fac8974e60d69f3e39e78493c2bc78982d 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>