Re: Missing comma? - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Re: Missing comma?
Date
Msg-id 5B3957FE-D31E-4838-B35C-C2F0EEC3E557@yesql.se
Whole thread Raw
In response to Missing comma?  (Marina Polyakova <m.polyakova@postgrespro.ru>)
Responses Re: Missing comma?
List pgsql-docs
> On 13 May 2020, at 12:20, Marina Polyakova <m.polyakova@postgrespro.ru> wrote:

> https://www.postgresql.org/docs/current/catalog-pg-class.html says "Columns used to form “replica identity” for rows:
d= default (primary key, if any), n = nothing, f = all columns i = index with indisreplident set, or default". Am I
wrong,or is there a missing comma (or other punctuation mark) before "i = index"?.. 

I agree with this, there should be a comma between "f = all columns" and "i =
index with.." per the below:

diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index ce33df9e58..cbd76e1bf5 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -1935,7 +1935,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
        Columns used to form <quote>replica identity</quote> for rows:
        <literal>d</literal> = default (primary key, if any),
        <literal>n</literal> = nothing,
-       <literal>f</literal> = all columns
+       <literal>f</literal> = all columns,
        <literal>i</literal> = index with <structfield>indisreplident</structfield> set, or default
       </entry>
      </row>

cheers ./daniel


pgsql-docs by date:

Previous
From: Marina Polyakova
Date:
Subject: Missing comma?
Next
From: Marina Polyakova
Date:
Subject: Re: Missing comma?