| From: | Japin Li <japinli(at)hotmail(dot)com> |
|---|---|
| To: | "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Minor documentation fix - missing blank space |
| Date: | 2021-11-24 14:49:01 |
| Message-ID: | MEYP282MB1669C36E5F733C2EFBDCB80BB6619@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
When I read the documentation about Overview of PostgreSQL Internals - Executor [1],
I find there is a missing space in the documentation.
diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml
index 7aff059e82..c2be28fac8 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>
[1] https://www.postgresql.org/docs/14/executor.html
--
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2021-11-24 14:51:12 | Re: Rename dead_tuples to dead_items in vacuumlazy.c |
| Previous Message | Robert Haas | 2021-11-24 14:45:56 | Re: Rename dead_tuples to dead_items in vacuumlazy.c |