Re: 7.2 Beta2 bug report

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.2 Beta2 bug report
Дата
Msg-id 16573.1005228247@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.2 Beta2 bug report  (Kevin Jacobs <jacobs@penguin.theopalgroup.com>)
Ответы Re: 7.2 Beta2 bug report  (Kevin Jacobs <jacobs@penguin.theopalgroup.com>)
Список pgsql-hackers
Kevin Jacobs <jacobs@penguin.theopalgroup.com> writes:
> The parser seems to have changed from 7.1.3->7.2B2 in a bad way:
>   test=# create table test(timestamp timestamp);
>   ERROR:  parser: parse error at or near "timestamp"

Unfortunately, this isn't a bug.

Unless we can figure out some way to accept SQL92 timestamp type
declarations without requiring TIMESTAMP to be a reserved word.
Hmm...
        regards, tom lane


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

Предыдущее
От: mlw
Дата:
Сообщение: Re: Storage Location Patch Proposal for V7.3
Следующее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: 7.2 Beta2 bug report