On Fri, Apr 7, 2017 at 2:46 PM, Tom Lane <[email protected]> wrote: > Joe Conway <[email protected]> writes: > > Apparently INSERT and SELECT on the parent partitioned table skip normal > > acl checks on the partitions. Is that intended behavior? > > Yes, this matches normal inheritance behavior. > > regards, tom lane > > > -- > Sent via pgsql-hackers mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-hackers >
Should that really be normal partitioning behavior though? Pretty sure people would expect child tables to have consistent permissions in a partition set and I'd think setting them on the parent should be what they expect the children to have. Keith
