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:32:56 +0200 |
commit | 373e55218972f840ad29cd8a4dabe4b17e98d28b (patch) | |
tree | fefd03aa60401aeb13443cefc67458629a7ab60d | |
parent | d2ddfa681db27a138acb63c8defa8cc6fa588922 (diff) | |
download | postgresql-373e55218972f840ad29cd8a4dabe4b17e98d28b.tar.gz postgresql-373e55218972f840ad29cd8a4dabe4b17e98d28b.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 7aff059e824..c2be28fac89 100644 --- a/doc/src/sgml/arch-dev.sgml +++ b/doc/src/sgml/arch-dev.sgml @@ -559,7 +559,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> |