Re: PostgreSQL No Longer Handles Mixed Case Sequences

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL No Longer Handles Mixed Case Sequences
Дата
Msg-id 2658.1037402311@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL No Longer Handles Mixed Case Sequences  (Brian Harris <brian@harris-piper.freeserve.co.uk>)
Список pgsql-bugs
Brian Harris <brian@harris-piper.freeserve.co.uk> writes:
>  id      | integer               | not null default nextval('T_Joint_id_seq'::text)

This default is wrong --- it should be
    nextval('"T_Joint_id_seq"'::text)
Note the quotes.

            regards, tom lane

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