Обсуждение: Case Sensitive Table ?

Поиск
Список
Период
Сортировка

Case Sensitive Table ?

От
Vincent Magnin
Дата:
How can I modify pgsql source to remove case-sensitive for query like this
one :

select "ARG1" from "TABLE1"
select "arg1" from "table1"

referer to the same table's name and argument's name ?