Re: [COMMITTERS] pgsql: Implement table partitioning.

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Implement table partitioning.
Date: 2017-10-17 16:32:03
Message-ID: 20171017163203.uw7hmlqonidlfeqj@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Robert Haas wrote:
> Implement table partitioning.

Is it intentional that you can use ALTER TABLE OWNER TO on the parent
table, and that this does not recurse to modify the partitions' owners?
This doesn't seem to be mentioned in comments nor documentation, so it
seems an oversight to me.

Thoughts?

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-10-17 16:52:11 Re: [COMMITTERS] pgsql: Implement table partitioning.
Previous Message Tom Lane 2017-10-17 16:15:25 pgsql: Fix misparsing of non-newline-terminated pg_hba.conf files.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-10-17 16:49:55 Re: SIGSEGV in BRIN autosummarize
Previous Message Tomas Vondra 2017-10-17 16:06:08 Re: PATCH: enabling parallel execution for cursors explicitly (experimental)