diff options
| author | Heikki Linnakangas | 2021-11-24 16:32:56 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2021-11-24 16:34:25 +0000 |
| commit | 892da5200aaf31f950021b4bf92916ad35113f2e (patch) | |
| tree | 68bf596873a55022726911c81bb3db095b4ecf4f | |
| parent | baef657d3c846a43932e6c8c467afd69472f273e (diff) | |
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> |
