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