Re: [BUGS] grant insert for single tables does not work

2001-04-20 Thread Peter Eisentraut
> Harald Bartel (harald.bartel@prozentor) reports a bug with a severity of 3 > It is not possible to grant insert for a single table. Granting this > right only works if grant all is used. Works here. More details required. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/

Re: [BUGS] grant insert for single tables does not work

2001-04-20 Thread Tom Lane
[EMAIL PROTECTED] writes: > It is not possible to grant insert for a single table. Granting this > right only works if grant all is used. Works for me: << as postgres >> regression=# create user foo; CREATE USER regression=# create table zz (f1 int); CREATE << as foo >> regression=> select *

[BUGS] grant insert for single tables does not work

2001-04-20 Thread pgsql-bugs
Harald Bartel (harald.bartel@prozentor) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description grant insert for single tables does not work Long Description Version: PostgreSQL 7.1 System: Debian Woody, both Linux 2.2.14 and 2.4.3.1 It is not possible t