| From: | "Roderick A(dot) Anderson" <raanders(at)tincan(dot)org> |
|---|---|
| To: | Kevin Jacobs <jacobs(at)penguin(dot)theopalgroup(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: 7.2 Beta2 bug report |
| Date: | 2001-11-08 14:41:32 |
| Message-ID: | Pine.LNX.4.10.10111080638490.10714-100000@tincan.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, 7 Nov 2001, Kevin Jacobs wrote:
> 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"
I believe timestamp is now a reserved word. To name a column timestamp
you must double-quote it - during creation and anytime you want to use
it later - as in a query etc.
Cheers,
Rod
--
Let Accuracy Triumph Over Victory
Zetetic Institute
"David's Sling"
Marc Stiegler
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jason Earl | 2001-11-08 14:57:01 | Re: 7.2 Beta2 bug report |
| Previous Message | Tom Lane | 2001-11-08 14:16:28 | Re: 7.2 Beta2 bug report |