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

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Parser breakage: "timestamp" has become a reserved word
Дата
Msg-id 36221A5B.615C59FA@alumni.caltech.edu
обсуждение исходный текст
Ответ на Parser breakage: "timestamp" has become a reserved word  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] dynamic libraries
Следующее
От: Tom Ivar Helbekkmo
Дата:
Сообщение: Re: [HACKERS] Open 6.4 items