How Do I Toggle Quoted Identifiers?

Поиск
Список
Период
Сортировка
От googlemike@hotpop.com (Google Mike)
Тема How Do I Toggle Quoted Identifiers?
Дата
Msg-id 25d8d6a8.0312041142.6ac4a5cd@posting.google.com
обсуждение исходный текст
Ответы Re: How Do I Toggle Quoted Identifiers?  (Richard Huxton <dev@archonet.com>)
Re: How Do I Toggle Quoted Identifiers?  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-sql
I'm on PHP 4.2.2 and RedHat 9 with PGSQL. I want to turn quoted
identifiers off with my SQL queries. What SQL statement or .CONF
setting do I need to change so that I can turn quoted identifiers off?

Quoted identifiers, as I understand them, are where you must put
double quotes around any table or column name in order to preserve its
case, or in order to preserve an internal space it may have in the
identifier name.

I was looking for something like:
SET QUOTED_IDENTIFIERS = OFF;
SELECT Username FROM Logins;

For that matter, how do I turn case-sensitivity off?


В списке pgsql-sql по дате отправления:

Предыдущее
От: Andre Yoshiaki Kashiwabara
Дата:
Сообщение: ECPG and User-defined Types.
Следующее
От: CoL
Дата:
Сообщение: Re: Validity check in to_date?