diff --git a/flow/cmd/peer_data.go b/flow/cmd/peer_data.go index 347f24a4a9..a009226929 100644 --- a/flow/cmd/peer_data.go +++ b/flow/cmd/peer_data.go @@ -198,7 +198,7 @@ func (h *FlowRequestHandler) GetColumns( AND relname = $2 AND pg_attribute.attnum > 0 - AND attname NOT LIKE '%........pg.dropped.%' + AND NOT attisdropped ORDER BY attnum; `, req.SchemaName, req.TableName)