Re: GRANT role TO PUBLIC- not working?

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Brian Hurt <bhurt(at)janestcapital(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: GRANT role TO PUBLIC- not working?
Date: 2006-08-01 19:20:07
Message-ID: 20060801192007.76200.qmail@web31813.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> bhurt_dev=# GRANT test_role TO PUBLIC;
> ERROR: role "public" does not exist
> bhurt_dev=#

This is just a guess, but notice that the error messages shows public in quotation marks. Could
this be the problem?

Regards,

Richard Broersma Jr.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Greg Steele 2006-08-01 19:31:15 Trigger and Recursive Relation ?
Previous Message Brian Hurt 2006-08-01 19:06:49 GRANT role TO PUBLIC- not working?