Re: Porting embedded SQL from Oracle to Postgres - Mailing list pgsql-interfaces

From Michael Fuhr
Subject Re: Porting embedded SQL from Oracle to Postgres
Date
Msg-id 20051010005459.GA59531@winnie.fuhr.org
Whole thread Raw
In response to Porting embedded SQL from Oracle to Postgres  ("Daniel Clayton" <dwbc@hotmail.com>)
List pgsql-interfaces
On Mon, Oct 10, 2005 at 10:57:37AM +1300, Daniel Clayton wrote:
> It appears that the syntax EXEC SQL TYPE .. is ... ; is Oracle specific, is 
> there a matching syntax for ecpg?

ECPG appears to have at least some support for EXEC SQL TYPE: I see
code to handle it in preproc/preproc.y and some of the test programs
use it.  I haven't used it myself; maybe the programs in the source
code under src/interfaces/ecpg/test will provide helpful examples.

-- 
Michael Fuhr


pgsql-interfaces by date:

Previous
From: "Daniel Clayton"
Date:
Subject: Porting embedded SQL from Oracle to Postgres
Next
From: Michael Meskes
Date:
Subject: Re: Porting embedded SQL from Oracle to Postgres