pgsql: Doc: Fix description of pg_class.relreplident
pgsql: Doc: Fix description of pg_class.relreplident
От:
Michael Paquier <michael@paquier.xyz>
Дата:
Doc: Fix description of pg_class.relreplident The description missed a comma and lacked an explanation of what happens with REPLICA IDENTITY USING INDEX when the dependent index is dropped. Author: Marina Polyakova Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/ad1a0badc32658b1bbb07aa312346a1d@postgrespro.ru Backpatch-through: 9.5 Branch ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/bad73cb30ad8395120397073624ff35f21dad5c8 Modified Files -------------- doc/src/sgml/catalogs.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)