Hi
(...)
GRANT ALL ON TABLE customers TO role1;
or
GRANT ALL ON TABLE customers TO role1 WITH GRANT OPTION;
Login: Admin
All ok
Login: role1
I get in pgAdmin III: relation 'customers' does not exist :(
What is wrong?
Best regards,
Rafał
---(end of
!IsA(rexpr, RowExpr))
- ereport(ERROR,
- (errcode(ERRCODE_SYNTAX_ERROR),
- errmsg("arguments of row IN must
all be row expressions"),
-
parser_errposition(pstate, a->location)));
+ if (Is
On Wed, Jun 5, 2013 at 7:58 AM, Amit Kapila wrote:
> On Wednesday, June 05, 2013 5:34 AM Rafał Rzepecki wrote:
>> On Tue, Jun 4, 2013 at 12:35 PM, Amit Kapila
>> wrote:
>> > On Saturday, June 01, 2013 9:37 PM
>> >
>> >> Row type literals const