EXEC SQL INCLUDE syntax - Mailing list pgsql-interfaces

From Andrew S Halper
Subject EXEC SQL INCLUDE syntax
Date
Msg-id 20031017224220.GA1656@natasha.daztcn.wr.usgs.gov
Whole thread Raw
Responses Re: EXEC SQL INCLUDE syntax  (Michael Meskes <meskes@postgresql.org>)
List pgsql-interfaces
I'm trying to port some Ingres code to PostgreSQL.  For Ingres, I had this bit  
of ESQL:

EXEC SQL INCLUDE '../dcl/master_table.sc';

which ecpg (2.10.0) can't digest with single quotes, and Ingres (2.5) esqlc  
can't digest without single quotes.

Can anyone tell me what the ESQL standard says, and if there is an easy ecpg  
work-around?

Thanks,
Andy

pgsql-interfaces by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: connecting to external database tables outside of
Next
From: Michael Meskes
Date:
Subject: Re: EXEC SQL INCLUDE syntax