BUG #2229: Parsing error in Functions Grant Wizard - Mailing list pgsql-bugs

From Juan Manuel Bigi
Subject BUG #2229: Parsing error in Functions Grant Wizard
Date
Msg-id 20060131185527.3FC93F0B00@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #2229: Parsing error in Functions Grant Wizard
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2229
Logged by:          Juan Manuel Bigi
Email address:      juanmanuelbigi@hotmail.com
PostgreSQL version: 8.1
Operating system:   Windows XP proffesional
Description:        Parsing error in Functions Grant Wizard
Details:

Dear people's PostgreSQL:

I have executed the Grant Wizard and got:

GRANT EXECUTE ON FUNCTION setweight(tsvector, char) TO public;

This is a error because I had to got:

GRANT EXECUTE ON FUNCTION setweight(tsvector, "char") TO public;

Regards

pgsql-bugs by date:

Previous
From: "Michael Lush"
Date:
Subject: BUG #2228: escaped single quotes choke spi_exec_query in plperlu
Next
From: Tom Lane
Date:
Subject: Re: BUG #2230: cannot return a setof column referenced types