Re: [HACKERS] ecpg's minor bug

2004-01-04 Thread Michael Meskes
On Thu, Jan 01, 2004 at 01:59:45PM +0800, William ZHANG wrote: > in preproc.y:2021: > ... Thanks for the report. I just fixed it in HEAD and 7.4. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED] Go SF 49ers! Go Rhei

[HACKERS] ecpg's minor bug

2004-01-03 Thread William ZHANG
in preproc.y:2021: opt_revoke_grant_option: GRANT OPTION FOR $$ = make_str("with grant option"); should be: $$ = make_str("grant option for"); I get the lastest CVS version. ---(end of broadcast)--- TIP 9: the planner will ignore y