Re: Turning off enable_partition_pruning doesn't

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Turning off enable_partition_pruning doesn't
Date: 2019-04-30 18:43:59
Message-ID: 20190430184359.GA8980@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-Apr-30, Tom Lane wrote:

> regression=# explain select * from p1 where a = 3;

But you're reading from the partition, not from the partitioned table ...

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2019-04-30 18:48:14 Re: doc: improve PG 12 to_timestamp()/to_date() wording
Previous Message Tom Lane 2019-04-30 18:41:00 Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6