QUERY PLAN
Limit (cost=0.28..2.29 rows=1 width=37)
-> Index Scan using member_username_index on member (cost=0.28..2.29 rows=1 width=37)
Index Cond: ((username)::text = 'blacklist'::text)