Re: 7.2 Beta2 bug report

Поиск
Список
Период
Сортировка
От Kevin Jacobs
Тема Re: 7.2 Beta2 bug report
Дата
Msg-id Pine.LNX.4.33.0111080908430.30392-100000@penguin.theopalgroup.com
обсуждение исходный текст
Ответ на Re: 7.2 Beta2 bug report  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 8 Nov 2001, Tom Lane wrote:
> 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...

I'm not very familiar with the grammar, but it seems strange that this works
when timestamp does not:
  test=# create table test (date date);

-Kevin

--
Kevin Jacobs
The OPAL Group - Enterprise Systems Architect
Voice: (216) 986-0710 x 19         E-mail: jacobs@theopalgroup.com
Fax:   (216) 986-0714              WWW:    http://www.theopalgroup.com




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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: [GENERAL] How to optimize a column type change???
Следующее
От: "Andy Hallam"
Дата:
Сообщение: Re: LIKE predicate and '\' character