Jeff Davis <pg...@j-davis.com> writes:
> It bothers me somewhat that views still have relpages=0, because they
> also don't have storage. Thoughts?

I think it's fine, because they also have reltuples=0.  The
combination of those two zeroes indicates ignorance as to
the rel's contents.  If either field is not zero, though, then
the combination ought to be sensible.

                        regards, tom lane


Reply via email to