Re: Re: naming convention/mixed case

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: naming convention/mixed case
Дата
Msg-id 1081.989935502@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: naming convention/mixed case  (Alejandro Fernandez <ale@nin.cx>)
Ответы Re: Re: naming convention/mixed case  (will trillich <will@serensoft.com>)
Список pgsql-general
Alejandro Fernandez <ale@nin.cx> writes:
> I suspected that the access guidelines broke the SQL standard! Thanks
> for the information. Is there a standards compliant naming convention I
> can use as an alternative in future?

You can use mixed case if you want --- you just have to be absolutely
consistent about whether you double-quote the names or not.

        FooBar  is the same as        foobar
        FooBar  is NOT the same as    "FooBar"

You can write 'em with quotes if you want, or without if you want,
but you have to do it the same way all the time.

            regards, tom lane

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

Предыдущее
От: "Valerio Santinelli"
Дата:
Сообщение: Domains and PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql always ends with a SEGV: