Re: Postgresql \z grant question

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: hicham bouzdad <h(dot)bouzdad(at)inovaction(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgresql \z grant question
Date: 2001-03-07 20:37:43
Message-ID: 200103072037.f27KbiG24996@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

hicham bouzdad wrote:
>Hello everyone,
>
>in Postgresql RDBMS ,
>how can i get informations about acces permissions on existing obje
>cts
>?
>
>I alredy know that ( psql \z ) do this ;
>but 'w' means update OR delete ! (it's not the same thing)

PostgreSQL access permissions are not yet as extensive as the full SQL
spec requires.

w includes UPDATE and DELETE; there is no finer-grained permission
available.

From the GRANT manpage:
r -- SELECT
w -- UPDATE/DELETE
a -- INSERT
R -- RULE
arwR -- ALL

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Go ye therefore, and teach all nations, baptizing them
in the name of the Father, and of the Son, and of the
Holy Ghost; Teaching them to observe all things
whatsoever I have commanded you; and, lo, I am with
you alway, even unto the end of the world. Amen."
Matthew 28:19,20

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rick Robino 2001-03-07 21:27:07 Re: Python, Postgres support?
Previous Message bangh 2001-03-07 19:37:57 Re: Postgresql \z grant question