当前位置:网站首页>GBase 8c系统表pg_database
GBase 8c系统表pg_database
2022-07-03 02:17:00 【大壮十二】
pg_database系统表存储关于可用数据库的信息。
名称 | 类型 | 引用 | 描述 |
oid | oid | 行标识符(隐藏属性,必须被显式选择才会显示) | |
datname | name | 数据库名字 | |
datdba | oid | pg_authid.oid | 数据库的拥有者,通常是创建它的用户 |
encoding | int4 | 此数据库的字符编码的编号(pg_encoding_to_char()可将此编号转换成编码的名字) | |
datcollate | name | 此数据库的LC_COLLATE | |
datctype | name | 此数据库的LC_CTYPE | |
datistemplate | bool | 如果为真,则此数据库可被任何具有CREATEDB特权的用户克隆;如果为假,则只有 超级用户或者该数据库的属主能够克隆它。 | |
datallowconn | bool | 如果为假则没有人能连接到这个数据库。这可以用来保护template0数据库不被修改。 | |
datconnlimit | int4 | 设置能够连接到这个数据库的最大并发连接数。-1表示没有限制。 | |
datlastsysoid | oid | 数据库中最后一个系统OID,对pg_dump特别有用 | |
datfrozenxid | xid | 在此之前的所有事务ID在数据库中已经被替换为一个永久的(“冻结的”) 事务ID。这用于跟踪数据库是否需要被清理,以便组织事务ID回环或者允许pg_xact被收缩。它是此数据库中所有表的pg_class.relfrozenxid值的最小值。 | |
datminmxid | xid | 在此之前的所有多事务ID在数据库中已经被替换为一个事务ID。这用于跟踪数据库是否需要被 清理,以便组织事务ID回环或者允许pg_multixact被收缩。它是此数据库中 所有表的pg_class.relminmxid值的最小值。 | |
dattablespace | oid | pg_tablespace.oid | 此数据库的默认表空间。在此数据库中,所有pg_class.reltablespace为0的表都将被存储在这个表空间中,尤其是非共享系统目录都会在其中。 |
datacl | aclitem[] | 访问权限 |
边栏推荐
- stm32F407-------ADC
- easyExcel
- 【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)
- [Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
- 浏览器是如何对页面进行渲染的呢?
- Kotlin middle process understanding and Practice (I)
- Anna: Beibei, can you draw?
- awk从入门到入土(3)awk内置函数printf和print实现格式化打印
- Use go language to realize try{}catch{}finally
- 通达OA v12流程中心
猜你喜欢
4. Classes and objects
Stm32f407 ------- IIC communication protocol
The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
Use go language to realize try{}catch{}finally
可视化yolov5格式数据集(labelme json文件)
stm32F407-------DMA
通达OA v12流程中心
Visualisation de l'ensemble de données au format yolov5 (fichier labelme json)
可視化yolov5格式數據集(labelme json文件)
In 2022, 95% of the three most common misunderstandings in software testing were recruited. Are you that 5%?
随机推荐
Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem
Cancellation of collaboration in kotlin, side effects of cancellation and overtime tasks
Iptables layer 4 forwarding
Current situation and future of Web3 in various countries
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
stm32F407-------DMA
Startup mode and scope builder of collaboration in kotlin
MySQL学习03
[Flutter] dart: class;abstract class;factory;类、抽象类、工厂构造函数
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
詳細些介紹如何通過MQTT協議和華為雲物聯網進行通信
Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
Detailed analysis of micro service component sentinel (hystrix)
How do browsers render pages?
UDP receive queue and multiple initialization test
[shutter] pull the navigation bar sideways (drawer component | pageview component)
[Yu Yue education] Jiujiang University material analysis and testing technology reference
Distributed transaction solution
Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux