BUG #2229: Parsing error in Functions Grant Wizard

Started by Juan Manuel Bigiabout 20 years ago2 messagesbugs
Jump to latest
#1Juan Manuel Bigi
juanmanuelbigi@hotmail.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Juan Manuel Bigi (#1)
Re: BUG #2229: Parsing error in Functions Grant Wizard

"Juan Manuel Bigi" <juanmanuelbigi@hotmail.com> writes:

I have executed the Grant Wizard and got:
GRANT EXECUTE ON FUNCTION setweight(tsvector, char) TO public;

I do not know what a Functions Grant Wizard is, but your bug report
should be filed with whoever wrote that ... whoever it is, it's not
the core Postgres project.

regards, tom lane