Re: Inheriting table AMs for partitioned tables

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Inheriting table AMs for partitioned tables
Date: 2019-03-05 03:03:46
Message-ID: CAKJS1f8xnitsHkR9sCOy5WtMs-OieNxS-4WKmdFpNfzEAigrpQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 5 Mar 2019 at 16:01, David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> wrote:
> I'd suggest it's made to work the same way as ca4103025dfe26 made
> tablespaces work. i.e. if they specify the storage type when creating
> the partition, then always use that, unless they mention otherwise. If
> nothing was mentioned when they created the partition, then use
> default_table_access_method.

"when creating the partition" should read "when creating the partitioned table"

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2019-03-05 03:04:40 Re: libpq debug log
Previous Message David Rowley 2019-03-05 03:01:50 Re: Inheriting table AMs for partitioned tables