Re: [BUGS] ecpg: INITALLY DEFERRED translated into intially deferrable

2001-07-11 Thread Bruce Momjian
> () reports a bug with a severity of 3 > The lower the number the more severe it is. > > Short Description > ecpg: INITALLY DEFERRED translated into intially deferrable > > Long Description > The SQL preprocessor ecpg generates "initially deferrable" from > INITIALLY DEFERRED in source code. c

[BUGS] ecpg: INITALLY DEFERRED translated into intially deferrable

2001-07-11 Thread pgsql-bugs
() reports a bug with a severity of 3 The lower the number the more severe it is. Short Description ecpg: INITALLY DEFERRED translated into intially deferrable Long Description The SQL preprocessor ecpg generates "initially deferrable" from INITIALLY DEFERRED in source code. cf. preproc.y:1455.