Re: Turning off enable_partition_pruning doesn't - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Turning off enable_partition_pruning doesn't
Date
Msg-id 20190430184359.GA8980@alvherre.pgsql
Whole thread Raw
In response to Turning off enable_partition_pruning doesn't  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Turning off enable_partition_pruning doesn't
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6
Next
From: Alexander Korotkov
Date:
Subject: Re: doc: improve PG 12 to_timestamp()/to_date() wording