diff options
-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 fd4ac6548f7..2dc2370171e 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> |