BUG #2229: Parsing error in Functions Grant Wizard

From: "Juan Manuel Bigi" <juanmanuelbigi(at)hotmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2229: Parsing error in Functions Grant Wizard
Date: 2006-01-31 18:55:27
Message-ID: 20060131185527.3FC93F0B00@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2229
Logged by: Juan Manuel Bigi
Email address: juanmanuelbigi(at)hotmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Murat Tasan 2006-01-31 19:55:49 BUG #2230: cannot return a setof column referenced types
Previous Message Clifford Wolf 2006-01-31 17:59:42 Bug in query planer ?