164 Star 224 Fork 1.2K

openGauss / docs

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
扩展函数.md 5.19 KB
Copy Edit Raw Blame History
liyang authored 2020-07-29 10:24 . sync dts 20200729

扩展函数

下表列举了openGauss中支持的扩展函数,不作为商用特性交付,仅供参考。

分类

函数名称

描述

访问权限查询函数

has_sequence_privilege(user, sequence, privilege)

指定用户是否有访问序列的权限

has_sequence_privilege(sequence, privilege)

当前用户是否有访问序列的权限

触发器函数

pg_get_triggerdef(oid)

为触发器获取CREATE [ CONSTRAINT ] TRIGGER命令

pg_get_triggerdef(oid, boolean)

为触发器获取CREATE [ CONSTRAINT ] TRIGGER命令

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
2.0.0

Search