How can I modify pgsql source to remove case-sensitive for query like thisone :
select "ARG1" from "TABLE1"select "arg1" from "table1"
referer to the same table's name and argument's name ?