Correct docs re: rewriting indexes when table rewrite is skipped - Mailing list pgsql-hackers

From James Coleman
Subject Correct docs re: rewriting indexes when table rewrite is skipped
Date
Msg-id CAAaqYe90Ea3RG=A7H-ONvTcx549-oQhp07BrHErwM=AyH2ximg@mail.gmail.com
Whole thread Raw
Responses Re: Correct docs re: rewriting indexes when table rewrite is skipped
List pgsql-hackers
Back in 367bc42 (for 9.2!) we "avoid[ed] index rebuild[ing] for
no-rewrite ALTER TABLE
.. ALTER TYPE." However the docs still claim that "a table rewrite is
not needed; but any indexes on the affected columns must still be
rebuilt."

I've attached a simple patch to update the docs to match the current behavior.

Thanks,
James Coleman

Attachment

pgsql-hackers by date:

Previous
From: James Coleman
Date:
Subject: Re: Document atthasmissing default optimization avoids verification table scan
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Add 'basebackup_to_shell' contrib module.