On Wed, Nov 16, 2016 at 6:12 AM, Magnus Hagander <[email protected]> wrote: > On Tue, Nov 15, 2016 at 9:23 PM, Alvaro Herrera <[email protected]> > wrote:
>> Can this happen for relation types other than tables, say materialized >> views? (Your suggested wording omits relation type so it wouldn't be >> affected, but it's worth considering I think.) > > > I'm fairly certain it can hit other things, including indexes and definitely > matviews, but I won't say I'm 100% sure :) The check is at block level. Does > errtable() work for that? (I've never used it, and it seems it's only > actually use din a single place in the codebase..) Yes, it can happen for indexes and for materialized views. -- Kevin Grittner EDB: 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
