On Wed, May 3, 2017 at 12:02 PM, Alvaro Herrera <[email protected]> wrote: > Robert Haas wrote: >> I suspect that most users would find it more useful to capture all of >> the rows that the statement actually touched, regardless of whether >> they hit the named table or an inheritance child. > > Yes, agreed. For the plain inheritance cases each row would need to > have an indicator of which relation it comes from (tableoid); I'm not > sure if such a thing would be useful in the partitioning case.
I think it would be about equally useful. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
