[BUGS] [PostgreSQL 8.1.2] GRANT ALL ... role1 and relation does not exist

2006-01-16 Thread Rafał
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

Re: [BUGS] BUG #8198: ROW() literals not supported in an IN clause

2013-06-04 Thread Rafał Rzepecki
!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

Re: [BUGS] BUG #8198: ROW() literals not supported in an IN clause

2013-06-06 Thread Rafał Rzepecki
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