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

easyPOI

4. 类和对象

4. Classes and objects

微信小程序開發工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理問題

What are MySQL locks and classifications

Awk from introduction to earth (0) overview of awk

使用Go语言实现try{}catch{}finally

Create + register sub apps_ Define routes, global routes and sub routes

stm32F407-------DMA
![[Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor](/img/06/ab333a4752de27eae2dd937cf579e2.png)
[Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
随机推荐
leetcode961. Find the elements repeated N times in the array with length 2n
可視化yolov5格式數據集(labelme json文件)
深度学习笔记(持续更新中。。。)
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
使用Go语言实现try{}catch{}finally
awk从入门到入土(1)awk初次会面
Current situation and future of Web3 in various countries
Kotlin middle process understanding and Practice (I)
udp接收队列以及多次初始化的测试
Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt
基于线程池的生产者消费者模型(含阻塞队列)
DML Foundation
人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
去除网页滚动条方法以及内外边距
我的创作纪念日
How to deal with cache hot key in redis
CFdiv2-Fixed Point Guessing-(区间答案二分)
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
Cfdiv2 fixed point guessing- (interval answer two points)
5.文件操作