Tom Lane wrote:
Based on this, I withdraw my efficiency concern about generating rowtypes for all user tables. I do, however, still object to generating them for system tables. In particular an array type for pg_statistic will actively Not Work and probably constitute a security hole, because of the "anyarray" hack we use there.
How would we do that? Not create the array types in bootstrap mode? Or just special-case pg_statistic?
cheers andrew ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend