QUERY PLAN
Limit (cost=114.26..114.26 rows=1 width=53)
-> Sort (cost=114.26..114.26 rows=1 width=53)
Sort Key: created_at DESC
-> Seq Scan on tbl_clients (cost=0.00..114.25 rows=1 width=53)
Filter: ((NOT deleted) AND (((name)::text ~~* '%黄金%'::text) OR (pinyin_shortcut ~~* '%黄金%'::text)))