Re: [HACKERS] Proposal: Local indexes for partitioned table

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Maksim Milyutin <milyutinma(at)gmail(dot)com>
Subject: Re: [HACKERS] Proposal: Local indexes for partitioned table
Date: 2017-11-14 17:49:46
Message-ID: 20171114174946.m7ihrns7jxzrsavz@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Simon Riggs wrote:
> > On 13 November 2017 at 12:55, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> > > Somehow I managed to include an unrelated patch as attachment. Here's
> > > another attempt (on which I also lightly touched ddl.sgml with relevant
> > > changes).
> >
> > Looks good. Some minor comments below.
> >
> > 0001- Simplify
> > Seems useful as separate step; agree with everything, no further comments
>
> Thanks, pushed.

Here's the remaining bits, rebased.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v5-0001-Get-rid-of-copy_partition_key.patch text/plain 4.2 KB
v5-0002-export-generateClonedIndexStmt.patch text/plain 6.6 KB
v5-0003-Allow-indexes-on-partitioned-tables.patch text/plain 110.5 KB
v5-0004-allow-indexes-on-partitioned-tables-to-be-unique.patch text/plain 20.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2017-11-14 17:53:23 Re: [HACKERS] Row Level Security Bug ?
Previous Message Tom Lane 2017-11-14 17:42:58 Re: [HACKERS] [PROPOSAL] Temporal query processing with range types