Home > Database > Mysql Tutorial > body text

PostgreSQL中文学习手册(角色和权限)

WBOY
Release: 2016-06-07 17:13:40
Original
1169 people have browsed it

PostgreSQL中文学习手册(角色和权限) ,PostgreSQL是通过角色来管理数据库访问权限的,我们可以将一个角色看成是一个数据库用户,

PostgreSQL是通过角色来管理数据库访问权限的,我们可以将一个角色看成是一个数据库用户,或者一组数据库用户。角色可以拥有数据库对象,如表、索引,也可以把这些对象上的权限赋予其它角色,,以控制哪些用户对哪些对象拥有哪些权限。
   

    
    

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template