postgresql中的权限有什么区别?

时间:2014-03-02 15:43:40

标签: postgresql

postgresql DBMS上的新功能。 在\l命令之后,我们得到类似的输出:

postgres  | postgres     | UTF8     | it_IT.UTF-8 | it_IT.UTF-8 |
template0 | postgres     | UTF8     | it_IT.UTF-8 | it_IT.UTF-8 | =c/postgres          +
          |              |          |             |             | postgres=CTc/postgres
template1 | postgres     | UTF8     | it_IT.UTF-8 | it_IT.UTF-8 | =c/postgres          +
          |              |          |             |             | postgres=CTc/postgres

在我创建一个名为root的角色并授予它超级用户权限后,我得到了这个输出:

postgres  | postgres     | UTF8     | it_IT.UTF-8 | it_IT.UTF-8 |
root      | root         | UTF8     | it_IT.UTF-8 | it_IT.UTF-8 | =Tc/root             +
          |              |          |             |             | **root=C*T*c*/root**
template0 | postgres     | UTF8     | it_IT.UTF-8 | it_IT.UTF-8 | =c/postgres          +
          |              |          |             |             | postgres=CTc/postgres
template1 | postgres     | UTF8     | it_IT.UTF-8 | it_IT.UTF-8 | =c/postgres          +
          |              |          |             |             | postgres=CTc/postgres

我的问题是, CTc C * T * c * 有什么区别?

0 个答案:

没有答案