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:34:20 +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 fb8a8bde0099f0a8bde35a53e8b7a0e39750e247..28e8cf30cfa743acb5bc508f4b147fc9310f073e 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>