Re: EXEC SQL INCLUDE syntax

From: Andrew S Halper <ashalper(at)usgs(dot)gov>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: Andrew S Halper <ashalper(at)usgs(dot)gov>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: EXEC SQL INCLUDE syntax
Date: 2003-10-20 20:50:08
Message-ID: 20031020205008.GA7558@natasha.daztcn.wr.usgs.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On 2003.10.20 11:01, Michael Meskes wrote:
> On Fri, Oct 17, 2003 at 03:42:20PM -0700, Andrew S Halper wrote:
> > 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.
>
> ecpg only accepts double quotes or no quote at all.

Changing the single quotes to double quotes worked with the Ingres
preprocessor, but not with ecpg:

natasha:~/nwis-4.4/common/db/midas-tools> ls -l master_table.sc
-rw-r--r-- 1 ashalper nwdba 158 Oct 20 13:46 master_table.sc
natasha:~/nwis-4.4/common/db/midas-tools> ecpg drop_table.sc
drop_table.sc:37: ERROR: Cannot open include file "master_table.sc" in line 37

Thanks,
Andy

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 2003-10-21 07:47:17 Re: EXEC SQL INCLUDE syntax
Previous Message Michael Meskes 2003-10-20 18:01:07 Re: EXEC SQL INCLUDE syntax