Re: Renaming a table to an array's autogenerated name

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Renaming a table to an array's autogenerated name
Date: 2017-05-26 19:20:46
Message-ID: 67129.1495826446@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com> writes:
> On 05/25/2017 05:24 PM, Tom Lane wrote:
>> After some experimentation, I came up with the attached, which simply
>> skips the "recursive" step if it would apply to the same array type we
>> already moved.

> This looks good to me.

Pushed, thanks for reviewing.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeevan Ladhe 2017-05-26 19:46:38 Re: fix side-effect in get_qual_for_list()
Previous Message Regina Obe 2017-05-26 19:14:37 Re: PostgreSQL 10 changes in exclusion constraints - did something change? CASE WHEN behavior oddity