PSQL busca todas as linhas com nulo

SELECT * FROM tab WHERE is_visible is null;
Relieved Reindeer