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

基于线程池的生产者消费者模型(含阻塞队列)

微信小程序开发工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理问题

Pytorch convolution network regularization dropblock

通达OA v12流程中心

The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}

elastic stack

创建+注册 子应用_定义路由,全局路由与子路由

Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol

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

awk从入门到入土(0)awk概述
随机推荐
Solution for processing overtime orders (Overtime unpaid)
Su Shimin: 25 principles of work and life
Socket编程
深度学习笔记(持续更新中。。。)
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
微信小程序開發工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理問題
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
Groovy, "try with resources" construction alternative
CFdiv2-Fixed Point Guessing-(区间答案二分)
String replace space
机器学习笔记(持续更新中。。。)
[codeforces] cf1338a - Powered addition [binary]
4. 类和对象
Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
CFdiv2-Fixed Point Guessing-(區間答案二分)
基于线程池的生产者消费者模型(含阻塞队列)
Detailed introduction to the deployment and usage of the Nacos registry
File class (add / delete)
Coroutinecontext in kotlin
Leetcode (540) -- a single element in an ordered array