Re: Missing comma?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Marina Polyakova <m.polyakova@postgrespro.ru>
Cc: daniel@yesql.se, a.lakhin@postgrespro.ru, pgsql-docs@postgresql.org
Date: 2020-05-15T02:16:25Z
Lists: pgsql-docs
On Thu, May 14, 2020 at 06:30:38PM +0300, Marina Polyakova wrote: > Perhaps it will be useful for some users to know that relreplident = i does > not mean that the required index exists (as in default case)?.. Yeah, that feels incomplete and I think that it would be good to close the gap here, as the user has no way to guess how things work now just by looking at the docs. What about switching your suggestion of "(if any)" to be "(same as default if the index used got dropped)"? -- Michael
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