Re: [pgadmin-hackers] Keywords files

2010-12-30 Thread Magnus Hagander
On Wed, Dec 29, 2010 at 20:27, Dave Page wrote: > On Wed, Dec 29, 2010 at 4:40 PM, Magnus Hagander wrote: >> On Wed, Dec 29, 2010 at 14:55, Dave Page wrote: >>> On Wed, Dec 29, 2010 at 11:54 AM, Magnus Hagander >>> wrote: We haven't updated the keywords.cpp file for ages. In fact, so long

Re: [pgadmin-hackers] Keywords files

2010-12-29 Thread Dave Page
On Wed, Dec 29, 2010 at 4:40 PM, Magnus Hagander wrote: > On Wed, Dec 29, 2010 at 14:55, Dave Page wrote: >> On Wed, Dec 29, 2010 at 11:54 AM, Magnus Hagander >> wrote: >>> We haven't updated the keywords.cpp file for ages. In fact, so long >>> ago that the instructions are incorrect. >>> >>> R

Re: [pgadmin-hackers] Keywords files

2010-12-29 Thread Magnus Hagander
On Wed, Dec 29, 2010 at 14:55, Dave Page wrote: > On Wed, Dec 29, 2010 at 11:54 AM, Magnus Hagander wrote: >> We haven't updated the keywords.cpp file for ages. In fact, so long >> ago that the instructions are incorrect. >> >> Recent versions of postgresql installs the list of keywords in >> kwl

Re: [pgadmin-hackers] Keywords files

2010-12-29 Thread Dave Page
On Wed, Dec 29, 2010 at 11:54 AM, Magnus Hagander wrote: > We haven't updated the keywords.cpp file for ages. In fact, so long > ago that the instructions are incorrect. > > Recent versions of postgresql installs the list of keywords in > kwlist.h. That requires PostgreSQL 8.4 or later. > > How ol

[pgadmin-hackers] Keywords files

2010-12-29 Thread Magnus Hagander
We haven't updated the keywords.cpp file for ages. In fact, so long ago that the instructions are incorrect. Recent versions of postgresql installs the list of keywords in kwlist.h. That requires PostgreSQL 8.4 or later. How old versions of the PostgreSQL *source* do we accept building against? C