ecpg's minor bug

From: "William ZHANG" <uniware_at_zedware_dot_org(at)antispam(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ecpg's minor bug
Date: 2004-01-01 05:59:45
Message-ID: bt0d1u$1fli$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Glaesemann 2004-01-01 15:48:22 Re: Bug and/or feature? Complex data types in tables...
Previous Message Oliver Elphick 2004-01-01 03:27:15 Re: Spinlock support for linux-hppa?