QUERY PLAN
Append (cost=0.00..154.05 rows=222 width=121)
-> Seq Scan on tbl_clients (cost=0.00..118.97 rows=202 width=121)
Filter: ((NOT deleted) AND (((name)::text ~~* '%中国%'::text) OR (pinyin_shortcut ~~* '%中国%'::text)))
-> Seq Scan on tbl_suppliers (cost=0.00..32.86 rows=20 width=119)
Filter: (((name)::text ~~* '%中国%'::text) OR (pinyin_shortcut ~~* '%中国%'::text))