Re: Table and Field namestyle best practices?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Table and Field namestyle best practices?
Дата
Msg-id 20061113223222.GA10309@svana.org
обсуждение исходный текст
Ответ на Re: Table and Field namestyle best practices?  (novnov <novnovice@gmail.com>)
Список pgsql-general
On Sun, Nov 12, 2006 at 02:21:10PM -0800, novnov wrote:
>
> OK, thanks. I'm having a major internal debate about how I'm going to adjust
> my habits to pgsql's 'lowercase is simplest' reality, all of this is
> helpful.

Well, it's more like "no quoting is simplest", then all the identifiers
are case-insensetive and you don't have to worry much about upper and
lower case. You will read them back in lowercase though.

But to answer your question, unquoted identifiers can contain letters,
numbers and the underscore.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Speed of postgres compared to ms sql, is this
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: AutoVacuum on demand?