diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2021-11-24 18:32:56 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2021-11-24 18:34:20 +0200 |
commit | 4a761b72a9ecb59f26c06fac4d1614e9a02b4677 (patch) | |
tree | 497545b5d63e496fb74143a0ea032d5d3990feb8 | |
parent | 420d5e40b3a385c8ac5952f00ac792704bbc21c9 (diff) | |
download | postgresql-4a761b72a9ecb59f26c06fac4d1614e9a02b4677.tar.gz postgresql-4a761b72a9ecb59f26c06fac4d1614e9a02b4677.zip |
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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml index fb8a8bde009..28e8cf30cfa 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> |