ecpg & 8.3 -> 8.4 migration - Mailing list pgsql-interfaces

From Bosco Rama
Subject ecpg & 8.3 -> 8.4 migration
Date
Msg-id 4B06F5D8.5050204@boscorama.com
Whole thread Raw
Responses Re: ecpg & 8.3 -> 8.4 migration  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Howdy folks,

I have an application that works just fine in PG 8.3.
We've installed 8.4 on another machine to perform pre-
migration testing.  When we tried to compile our ecpg
stuff under 8.4 the first thing that caught us was an
error stating that the column name 'server' was causing
an error.

According to the PG docs 'server' is a *non-reserved*
keyword.  Does ecpg treat it as a reserved word?

TIA

Bosco.


pgsql-interfaces by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: Upgrading databases
Next
From: Tom Lane
Date:
Subject: Re: ecpg & 8.3 -> 8.4 migration