Re: Why are quotes required around table / column names in SQL statements?

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Why are quotes required around table / column names in SQL statements?
Дата
Msg-id m31yr455sr.fsf@belphigor.mcnaught.org
обсуждение исходный текст
Ответ на Why are quotes required around table / column names in SQL statements?  ("Wade Burlingame" <bad@dog.bad>)
Список pgsql-general
"Wade Burlingame" <bad@dog.bad> writes:

> ...and is there any way I can get rid of this requirement?  I'm just getting
> into PGSQL and I find the quotes very distracting.

They're not required, unless you want to treat the table and column
names in a case-sensitive manner (which is not generally done).  The
SQL standard is case-insensitive I believe.

-Doug

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

Предыдущее
От: Joel Burton
Дата:
Сообщение: Re: Why are quotes required around table / column names in SQL statements?
Следующее
От: "Eric G. Miller"
Дата:
Сообщение: Re: Arrays and COPY FROM: Help!!!