On Thu, Apr 09, 2020 at 02:36:26PM -0400, Tim Bishop wrote: > SELECT attrelid::regclass, * FROM pg_attribute WHERE atthasmissing; > -[ RECORD 1 ]-+--------- > attrelid | download > attrelid | 22749 > attname | filetype
But that table isn't involved in the crashing query, right ? Are data_stage() and income_index() locally defined functions ? PLPGSQL ?? Do they access the download table (or view or whatever it is) ? Thanks, -- Justin