当前位置:网站首页>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 |
边栏推荐
- GBase 8c系统表-pg_auth_members
- GBase 8c系统表-pg_am
- Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux
- 线程安全的单例模式
- Tongda OA V12 process center
- elastic stack
- 可視化yolov5格式數據集(labelme json文件)
- leetcode961. Find the elements repeated N times in the array with length 2n
- Iptables layer 4 forwarding
- Awk from introduction to earth (0) overview of awk
猜你喜欢

oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
![[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

Redis: simple use of redis

easyExcel
![[shutter] pull the navigation bar sideways (drawer component | pageview component)](/img/6f/dfc9dae5f890125d0cebdb2a0f4638.gif)
[shutter] pull the navigation bar sideways (drawer component | pageview component)

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

What are the key points often asked in the redis interview

Detailed introduction to the deployment and usage of the Nacos registry

How do it students find short-term internships? Which is better, short-term internship or long-term internship?

Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem
随机推荐
Recommendation letter of "listing situation" -- courage is the most valuable
GBase 8c系统表pg_database
Thread safe singleton mode
DML Foundation
[shutter] pull the navigation bar sideways (drawer component | pageview component)
Cancellation of collaboration in kotlin, side effects of cancellation and overtime tasks
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
How to find summer technical internship in junior year? Are you looking for a large company or a small company for technical internship?
Unrecognized SSL message, plaintext connection?
詳細些介紹如何通過MQTT協議和華為雲物聯網進行通信
力扣(LeetCode)183. 从不订购的客户(2022.07.02)
使用Go语言实现try{}catch{}finally
4. Classes and objects
leetcode961. Find the elements repeated N times in the array with length 2n
[Yu Yue education] China Ocean University job search OMG reference
Redis: simple use of redis
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
创建+注册 子应用_定义路由,全局路由与子路由
机器学习笔记(持续更新中。。。)
stm32F407-------DMA