当前位置:网站首页>Gbase 8C system table PG_ database
Gbase 8C system table PG_ database
2022-07-03 02:18:00 【Dazhuang twelve】
pg_database System tables store information about available databases .
name | type | quote | describe |
oid | oid | Row identifier ( Hidden attribute , Must be explicitly selected to display ) | |
datname | name | Database name | |
datdba | oid | pg_authid.oid | The owner of the database , Usually the user who created it |
encoding | int4 | The character encoded number of this database (pg_encoding_to_char() This number can be converted into a coded name ) | |
datcollate | name | Of this database LC_COLLATE | |
datctype | name | Of this database LC_CTYPE | |
datistemplate | bool | If it is true , Then this database can be used by anyone with CREATEDB Privileged user cloning ; If it is false , only The super user or the owner of the database can clone it . | |
datallowconn | bool | If false, no one can connect to this database . This can be used to protect template0 The database is not modified . | |
datconnlimit | int4 | Set the maximum number of concurrent connections that can connect to this database .-1 There is no limit . | |
datlastsysoid | oid | The last system in the database OID, Yes pg_dump Particularly useful | |
datfrozenxid | xid | All transactions before ID It has been replaced with a permanent (“ Frozen ”) Business ID. This is used to track whether the database needs to be cleaned up , In order to organize affairs ID Loopback or allow pg_xact Contracted . It is the of all tables in this database pg_class.relfrozenxid The minimum value of . | |
datminmxid | xid | All previous multi transactions ID It has been replaced with a transaction in the database ID. This is used to track whether the database needs to be clear , In order to organize affairs ID Loopback or allow pg_multixact Contracted . It is in this database All the tables pg_class.relminmxid The minimum value of . | |
dattablespace | oid | pg_tablespace.oid | The default tablespace for this database . In this database , all pg_class.reltablespace by 0 All tables will be stored in this table space , In particular, non shared system directories will be included . |
datacl | aclitem[] | Access right |
边栏推荐
- Swift开发学习
- Current situation and future of Web3 in various countries
- Startup mode and scope builder of collaboration in kotlin
- Basic operation of view
- 苏世民:25条工作和生活原则
- Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux
- stm32F407-------IIC通讯协议
- 8 free, HD, copyright free video material download websites are recommended
- 通达OA v12流程中心
- 4. Classes and objects
猜你喜欢
Hard core observation 547 large neural network may be beginning to become aware?
[shutter] hero animation (hero realizes radial animation | hero component createrecttween setting)
Pytorch convolution network regularization dropblock
stm32F407-------IIC通讯协议
The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
详细些介绍如何通过MQTT协议和华为云物联网进行通信
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
MySQL学习03
《上市风云》荐书——唯勇气最可贵
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
随机推荐
awk从入门到入土(2)认识awk内置变量和变量的使用
Tongda OA homepage portal workbench
Machine learning notes (constantly updating...)
502 (bad gateway) causes and Solutions
stm32F407-------DMA
Kotlin middle process understanding and Practice (II)
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
[shutter] bottom navigation bar implementation (bottomnavigationbar bottom navigation bar | bottomnavigationbaritem navigation bar entry | pageview)
CFdiv2-Fixed Point Guessing-(區間答案二分)
Apple releases MacOS 11.6.4 update: mainly security fixes
Socket programming
Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
How do browsers render pages?
Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
Thread safe singleton mode
DQL basic operation
File class (add / delete)
QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
Leetcode(540)——有序数组中的单一元素