Re: BUG #5749: Case sensivity of names of sequences.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #5749: Case sensivity of names of sequences.
Дата
Msg-id 4CDC15D4020000250003763C@gw.wicourts.gov
обсуждение исходный текст
Ответ на BUG #5749: Case sensivity of names of sequences.  ("Denis" <DolgalevDenis@mail.ru>)
Список pgsql-bugs
"Denis" <DolgalevDenis@mail.ru> wrote:

>   nextval('NameSeq')

Does it work if you specify?:

  nextval('"NameSeq"')

Generally, when the parameter is a character string representing an
identifier you must include quotes to preserve the capitalization.

-Kevin

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

Предыдущее
От: "Denis"
Дата:
Сообщение: BUG #5749: Case sensivity of names of sequences.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #5735: pg_upgrade thinks that it did not start the old server