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 * 有什么区别?