EXEC SQL INCLUDE syntax

From: Andrew S Halper <ashalper(at)usgs(dot)gov>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: EXEC SQL INCLUDE syntax
Date: 2003-10-17 22:42:20
Message-ID: 20031017224220.GA1656@natasha.daztcn.wr.usgs.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 2003-10-20 18:01:07 Re: EXEC SQL INCLUDE syntax
Previous Message Martin_Hurst 2003-10-17 19:56:47 Re: connecting to external database tables outside of the