Skip to content

Commit

Permalink
use attisdropped
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 15, 2024
1 parent 22d0935 commit cc92fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/cmd/peer_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc92fe8

Please sign in to comment.