[PATCH] doc/queries.sgml: add missing comma

From: Drew DeVault <sir(at)cmpwn(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: Drew DeVault <sir(at)cmpwn(dot)com>
Subject: [PATCH] doc/queries.sgml: add missing comma
Date: 2021-10-18 09:17:20
Message-ID: 20211018091720.31299-1-sir@cmpwn.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Minor grammatical fix.
---
doc/src/sgml/queries.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml
index 516fbcbf37..0f3d9ce7f8 100644
--- a/doc/src/sgml/queries.sgml
+++ b/doc/src/sgml/queries.sgml
@@ -2172,7 +2172,7 @@ SELECT sum(n) FROM t;

<note>
<para>
- Strictly speaking, this process is iteration not recursion, but
+ Strictly speaking, this process is iteration, not recursion, but
<literal>RECURSIVE</literal> is the terminology chosen by the SQL standards
committee.
</para>
--
2.33.1

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2021-10-18 10:17:14 pmap grep zero fail to load vm_peak
Previous Message PG Doc comments form 2021-10-13 10:33:51 postgres_fdw installation