当前位置:网站首页>Gbase 8C transaction ID and snapshot (III)
Gbase 8C transaction ID and snapshot (III)
2022-07-28 01:54:00 【Dazhuang twelve】
slice(hstore, text[])
describe : extract hstore Subset .
Return value : hstore
Example :
gbase=# select slice('a=>1,b=>2,c=>3'::hstore, ARRAY['b','c','x']);
slice
--------------------
"b"=>"2", "c"=>"3"
(1 row)
slice_array(hstore, text[])
describe : extract hstore The set of values of .
Return value : An array of values
Example :
gbase=# select slice_array('a=>1,b=>2,c=>3'::hstore, ARRAY['b','c','x']);
slice_array
-------------
{2,3,NULL}
(1 row)
skeys(hstore)
describe : return hstore A set of all the keys of .
Return value : The set of keys .
Example :
gbase=# select skeys('a=>1,b=>2');
skeys
-------
a
b
(2 rows)
pg_control_system()
describe : Return to system control file status .
Return type :SETOF record
pg_control_checkpoint()
describe : Return to system checkpoint status .
Return type :SETOF record
pv_builtin_functions
describe : View all built-in system function information .
Parameters :nan
return type :proname name, pronamespace oid, proowner oid, prolang oid, procost real, prorows real, provariadic oid, protransform regproc, proisagg boolean, proiswindow boolean, prosecdef boolean, proleakproof boolean, proisstrict boolean, proretset boolean, provolatile “char”, pronargs smallint, pronargdefaults smallint, prorettype oid, proargtypes oidvector, proallargtypes integer[], proargmodes “char”[], proargnames text[], proargdefaults pg_node_tree, prosrc text, probin text, proconfig text[], proacl aclitem[], prodefaultargpos int2vector, fencedmode boolean, proshippable boolean, propackage boolean, oid oid
pv_thread_memory_detail
describe : Return the memory information of each thread .
Parameters :nan
return type :threadid text, tid bigint, thrdtype text, contextname text, level smallint, parent text, totalsize bigint, freesize bigint, usedsize bigint
pg_relation_compression_ratio
describe : Query table compression ratio , Default return 1.0.
Parameters :text
return type :real
pg_relation_with_compression
describe : Query whether the table is compressed .
Parameters :text
return type :boolean
pg_stat_file_recursive
describe : List all files under the path .
Parameters :location text
边栏推荐
- 26.抽象化和模板思想
- likeshop外卖点餐系统【100%开源无加密】
- 嵌入式经典通信协议
- "Do you" want to be a test / development programmer? We strive to sprout
- 【分布式开发】之 CAP 原则
- Linux系统彻底删除Mysql
- Can ordinary equipment access TSN time sensitive network?
- Enterprise operation and maintenance practice - using aliyun container image service to pull and build images of overseas GCR and quay warehouses
- N32L43x Flash读\写\擦除操作总结
- 新安装的pip3,使用出现No module named ‘lsb_release‘的问题
猜你喜欢
随机推荐
递归的使用:1.将平铺数组转为树 2.将树转化为平铺数组
BGP联邦实验
GBase 8c 数据库对象尺寸函数(一)
了解Shader
硬件SPI与软件模拟SPI速率对比
GBase 8c 事务ID和快照(六)
2.2 comprehensive application questions - sequence table
GBase 8c 事务ID和快照
自定义类型:结构体,枚举,联合
【面试:并发篇28:volatile】有序性
Docker builds MySQL master-slave locally
Interview question 01.05. Primary editing
Interview question 01.07. rotation matrix
马克的故事
HCIP第十三天笔记
hypermesh 圆周阵列-插件
HRD 1. 一个简单而靠谱的HRD的检测方法
面试官:你确定Redis是单线程的进程吗?
Interview question 01.06. string compression
以“数字化渠道”撬动家用电器消费蓝海,经销商在线系统让企业生意更进一步









