Re: [HACKERS] Parser breakage: "timestamp" has become a reserved word

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Parser breakage: "timestamp" has become a reserved word
Date: 1998-10-12 15:03:55
Message-ID: 36221A5B.615C59FA@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Ivar Helbekkmo 1998-10-12 15:16:41 Re: [HACKERS] Open 6.4 items
Previous Message Thomas G. Lockhart 1998-10-12 14:58:28 Re: [HACKERS] dynamic libraries