Missing comma?

Marina Polyakova <m.polyakova@postgrespro.ru>

From: Marina Polyakova <m.polyakova@postgrespro.ru>
To: pgsql-docs@postgresql.org
Date: 2020-05-13T10:20:41Z
Lists: pgsql-docs
Hello!

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"?..

-- 
Marina Polyakova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



Commits

  1. Doc: Fix description of pg_class.relreplident

  2. Fix assertion with relation using REPLICA IDENTITY FULL in subscriber