Re: ALTER INDEX ... ALTER COLUMN not present in dump - Mailing list pgsql-hackers

From amul sul
Subject Re: ALTER INDEX ... ALTER COLUMN not present in dump
Date
Msg-id CAAJ_b95+7z9s0MnDDZo=Yaf3mwNq3YNFyQH3gcjevzZZG74O2Q@mail.gmail.com
Whole thread Raw
In response to Re: ALTER INDEX ... ALTER COLUMN not present in dump  (Michael Paquier <michael@paquier.xyz>)
Responses Re: ALTER INDEX ... ALTER COLUMN not present in dump  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi Michael,

On Mon, Dec 17, 2018 at 11:54 AM Michael Paquier <michael@paquier.xyz> wrote:
>
[...]
> So this settles the argument that we had better not do anything before
> v11.  Switching the dump code to use column numbers has not proved to be
> complicated as only the query and some comments had to be tweaked.
> Attached is an updated patch, and I am switching back the patch to
> "Needs review" to have an extra pair of eyes look at that in case I
> missed something.

This v4-patch needs a rebase against the latest master head(#67915fb).

Regards,
Amul


pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Fixing typos in tests of partition_info.sql
Next
From: Amit Kapila
Date:
Subject: Re: Remove double trailing semicolons