Re: multivariate statistics v14
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Tatsuo Ishii <ishii@postgresql.org>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>,
Jeff Janes <jeff.janes@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2016-03-21T09:34:07Z
Lists: pgsql-hackers
On Sun, Mar 20, 2016 at 11:34 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > ObjectProperty[] contains a comment that the ACL is "same as relation", > but is that still correct, given that now stats may be related to more > than one relation? Do we even know what the rules for ACLs on > cross-relation stats are? One very simple way to get around this is to > dictate that all the rels must have the same owner. That's not really all that simple - you'd have to forbid changing the owner of a relation involved in multi-rel statistics, but that's horrible. Presumably at the very least you'd then have to find some way of allowing the owner of everything in the group to be changed at the same time, but that's a whole new innovation. I think this is a very messy line of attack. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Collect and use multi-column dependency stats
- 2686ee1b7ccf 10.0 landed
-
Implement SortSupport for macaddr data type
- f90d23d0c518 10.0 cited
-
Implement multivariate n-distinct coefficients
- 7b504eb282ca 10.0 landed
-
Generate fmgr prototypes automatically
- 352a24a1f9d6 10.0 cited