Re: Turning off enable_partition_pruning doesn't

2019-04-30 Thread Tom Lane
Alvaro Herrera writes: > 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 ... Argh! Where's my brown paper bag? regards, tom lane

Re: Turning off enable_partition_pruning doesn't

2019-04-30 Thread Alvaro Herrera
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 Herrerahttps://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services