Re: [GENERAL] Question about granting permissions

2012-08-26 Thread Matvey Teplov
Thank guys! Got it. On Sun, Aug 26, 2012 at 1:37 PM, Guillaume Lelarge wrote: > On Sun, 2012-08-26 at 13:10 +0200, Matvey Teplov wrote: >> Hi, >> >> Sorry to bother with the stupid question guys - I'm new to the Postgres. >> I'm having issue allowing user to access the database - the user is >> n

Re: [GENERAL] Question about granting permissions

2012-08-26 Thread Guillaume Lelarge
On Sun, 2012-08-26 at 13:10 +0200, Matvey Teplov wrote: > Hi, > > Sorry to bother with the stupid question guys - I'm new to the Postgres. > I'm having issue allowing user to access the database - the user is > not allowed to access the data. I do the following: > 1) grant all on database testdb

Re: [GENERAL] Question about granting permissions

2012-08-26 Thread Dmitriy Igrishin
Hey Matvey, 2012/8/26 Matvey Teplov > Hi, > > Sorry to bother with the stupid question guys - I'm new to the Postgres. > I'm having issue allowing user to access the database - the user is > not allowed to access the data. I do the following: > 1) grant all on database testdb table mytable to

[GENERAL] Question about granting permissions

2012-08-26 Thread Matvey Teplov
Hi, Sorry to bother with the stupid question guys - I'm new to the Postgres. I'm having issue allowing user to access the database - the user is not allowed to access the data. I do the following: 1) grant all on database testdb table mytable to trinity; postgres=# \l