Re: Postgresql \z grant question

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: Postgresql \z grant question
Дата
Msg-id 200103072037.f27KbiG24996@linda.lfix.co.uk
обсуждение исходный текст
Ответ на Postgresql \z grant question  (hicham bouzdad <h.bouzdad@inovaction.com>)
Список 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.Elphick@lfix.co.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



В списке pgsql-admin по дате отправления:

Предыдущее
От: bangh
Дата:
Сообщение: Re: Postgresql \z grant question
Следующее
От: "G. Anthony Reina"
Дата:
Сообщение: Is vacuuming while inserting/updating bad?