Re: [HACKERS] Parser breakage: "timestamp" has become a reserved word - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Parser breakage: "timestamp" has become a reserved word
Date
Msg-id 36221A5B.615C59FA@alumni.caltech.edu
Whole thread Raw
In response to Parser breakage: "timestamp" has become a reserved word  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
btw, you can patch the problem yourself in the meantime by adding a line
to backend/parser/gram.y:

1) in an editor, look for the line starting with "ColId"
   (near line # 4639)
2) add a line in the block of code immediately following the "ColId"
which references "timestamp" in the same way that the other lines
reference those reserved words.
3) re-install the backend (you must have bison available on your system
to rebuild the gram.y).

                       - Tom

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] dynamic libraries
Next
From: Tom Ivar Helbekkmo
Date:
Subject: Re: [HACKERS] Open 6.4 items