当前位置:网站首页>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 |
边栏推荐
猜你喜欢

Detailed introduction to the usage of Nacos configuration center

Tongda OA V12 process center

How can retail enterprises open the second growth curve under the full link digital transformation

Restcloud ETL cross database data aggregation operation

Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem

4. Classes and objects

4. 类和对象

stm32F407-------IIC通讯协议

Thread safe singleton mode
【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)
随机推荐
《上市风云》荐书——唯勇气最可贵
Visualisation de l'ensemble de données au format yolov5 (fichier labelme json)
Trial setup and use of idea GoLand development tool
Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library
基于线程池的生产者消费者模型(含阻塞队列)
Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
stm32F407-------ADC
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
Create + register sub apps_ Define routes, global routes and sub routes
创建+注册 子应用_定义路由,全局路由与子路由
深度学习笔记(持续更新中。。。)
Word word word
Method of removing webpage scroll bar and inner and outer margins
Current situation and future of Web3 in various countries
MySQL learning 03
String replace space
Unrecognized SSL message, plaintext connection?
stm32F407-------DMA
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
【CodeForces】CF1338A - Powered Addition【二进制】