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                                [EMAIL PROTECTED]
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 



---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

Reply via email to