CURRENT_CATALOG 当前数据库 1 2 3 4 5 testdb=# SELECT CURRENT_CATALOG; current_database ------------------ testdb (1 row) CURRENT_ROLE 当前用户 1 2 3 4 5 openGauss=#
install 安装nghttp3,用于实现HTTP/3和QPACK协议层。 % cd .. % git clone -b $NGHTTP3_VERSION https://github.com/ngtcp2/nghttp3 % cd nghttp3 % git submodule
获取任务信息 GET /v3/{project_id}/jobs?id={id} gaussdb:task:get - 查询任务列表 GET /v3/{project_id}/tasks gaussdb:task:listAll - 删除任务记录 DELETE /v3/{project_id}/jobs/{job_id}
12G 3 6 6 8 1 4 vir02 2 6G 2 3 3 4 1 2 vir02_1c 2 6G 1 3 3 4 0 2 vir01 1 3G 1 1 1 2 0 1 vir04_3c_ndvpp 4 12G 3 0 0 0 0 0 vir04_4c_dvpp 4 12G 4
有场景中存在不知道要删除用户的具体依赖对象,还是不能成功删除,要如何处理呢?此处以构造的案例进行演示,新建用户u3, 并赋予u2的SELECT权限。 1 2 3 testdb2=# DROP USER u3; ERROR: role "u3" cannot be dropped because some objects
abfefa3fd1740a88a47ad98e132d238/elb/whitelists 请求样例2 过滤查询监听器eabfefa3fd1740a88a47ad98e132d230关联的白名单 GET https://{Endpoint}/v2/eabfefa3fd1740a
INSERT 0 10 1 2 3 4 5 6 7 8 9 10 11 12 13 14 SELECT rb_iterate(rb_build_agg(b)) FROM t1; rb_iterate ------------ 1 3 5 7 9 11 13 15 17
jYWxob3N0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\n0FQGzi3ucTX+DNud1p/b4XVM6I3rY7+Cfge5GMLDIUXIHXCfCgp19Z3807yNpLF5\nU0NqPQZKUrZz3rQeLN9
/*+materialize_inner(t1) materialize_inner(t1 t2)*/ * from t1,t2,t3 where t1.c3 = t2.c3 and t2.c2=t3.c2 and t1.c2=5; QUERY PLAN
返回值类型:double precision 示例: 1 2 3 4 5 SELECT date_part('month', interval '2 years 3 months'); date_part ----------- 3 (1 row) date_trunc(text
t1(c1 int, c2 int, c3 int); --插入数据。 gaussdb=# INSERT INTO t1 VALUES (1,2,3); c1 | c2 | c3 ----+----+---- 1 | 2 | 3 (1 row) --查询表的数据。
t1(c1 int, c2 int, c3 int); --插入数据。 gaussdb=# INSERT INTO t1 VALUES (1,2,3); c1 | c2 | c3 ----+----+---- 1 | 2 | 3 (1 row) --查询表的数据。
示例: 1 2 3 4 5 SELECT point(box '((-1,0),(1,0))') AS RESULT; result -------- (0,0) (1 row) point(circle) 描述:圆心。 返回类型:point 示例: 1 2 3 4 5 SELECT
示例: 1 2 3 4 5 SELECT point(box '((-1,0),(1,0))') AS RESULT; result -------- (0,0) (1 row) point(circle) 描述:圆心。 返回类型:point 示例: 1 2 3 4 5 SELECT
示例: 1 2 3 4 5 SELECT point(box '((-1,0),(1,0))') AS RESULT; result -------- (0,0) (1 row) point(circle) 描述:圆心。 返回类型:point 示例: 1 2 3 4 5 SELECT
接口 API 文本内容审核(V3) POST /v3/{project_id}/moderation/text 图像内容审核(V3) POST /v3/{project_id}/moderation/image 创建音频内容审核作业 POST /v3/{project_id}/m
'a-'), (11,1660,3,1,87000,1030,17500,'a+'), (12,1620,3,2,118500,1250,20000,'a-'), (13,3100,3,2,140000,1760,38000,'a+'), (14,2090,2,3,148000,1550
VPC1关联的是ER路由表1,在ER路由表1中,通过下一跳为VPC3连接的静态路由将流量转送到VPC3。 VPC3有两个子网,分别关联了ECS3的两个网卡: 子网1的eth0网卡接收流量。在VPC3默认路由表中,通过下一跳为ECS3的路由,以及ECS内核配置,将流量从eth0网卡转送到eth1网卡。
示例: 1 2 3 4 5 openGauss=# SELECT substr('string',2,3); substr -------- tri (1 row) string || string 描述:连接字符串。 返回值类型:text 示例: 1 2 3 4 5 openGauss=#
GET /api/v3/addontemplate [Autopilot] GET /autopilot/v3/addontemplates cce:addonTemplate:get √ x 创建插件实例 [Standard/Turbo] POST /api/v3/addons [Autopilot]