164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DBE_PLDEVELOPER-gs_errors.md 5.02 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2021-12-03 17:28 . update

DBE_PLDEVELOPER.gs_errors

用于记录PLPGSQL对象(存储过程、函数、包、包体)编译过程中遇到的报错信息,具体内容见下列字段描述。

打开plsql_show_all_error参数后,如果编译过程中存在报错,则会跳过报错继续编译并把报错信息记录在gs_errors中,如果关闭plsql_show_all_error参数则不会将相关信息插入此表中。

表 1 DBE_PLDEVELOPER.gs_errors字段

名称

类型

描述

id

oid

对象的ID。

owner

bigint

对象创建用户ID。

nspid

oid

对象的模式ID。

name

name

对象名。

type

text

对象类型(procedure/function/package/package body)。

line

integer

行号。

src

text

对象创建的原始语句。

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

搜索帮助