Re: Errors creating partitioned tables from existing using (LIKE <table>) after renaming table constraints

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: Stuart <sfbarbee(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Errors creating partitioned tables from existing using (LIKE <table>) after renaming table constraints
Date: 2018-12-17 01:51:10
Message-ID: 20181217015110.GA31474@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Dec 17, 2018 at 10:41:07AM +0900, Amit Langote wrote:
> On 2018/12/16 16:27, Michael Paquier wrote:
>> I'll try to get that committed tomorrow and back-patched appropriately.
>
> Thank you for adding the comment and committing. :)

Done just a few moments ago. I have also added a test with a primary
key rename which does not matter as long as LIKE INCLUDE INDEXES is
involved but that felt safer in the long-run.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2018-12-17 02:06:34 Re: Errors creating partitioned tables from existing using (LIKE <table>) after renaming table constraints
Previous Message Amit Langote 2018-12-17 01:41:07 Re: Errors creating partitioned tables from existing using (LIKE <table>) after renaming table constraints