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
-
Doc: Fix description of pg_class.relreplident
- 781b6a3ea7ea 9.5.23 landed
- bad73cb30ad8 9.6.19 landed
- 7adbd2520bbc 10.14 landed
- 673582d21f30 11.9 landed
- fd7636909101 12.4 landed
- 39cb2ee09cf9 13.0 landed
-
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
- 7ccb2f54d9f3 13.0 cited