更新时间:2025-02-27 GMT+08:00
DB_SOURCE
DB_SOURCE视图显示当前用户可访问的存储过程或函数信息,且提供存储过程或函数定义的字段。该视图同时存在于PG_CATALOG和SYS Schema下。
名称 | 类型 | 描述 |
|---|---|---|
owner | name | 对象的所有者。 |
name | name | 对象的名称。 |
type | name | 对象的类型。 |
text | text | 对象的定义。 |
父主题:系统视图
DB_SOURCE视图显示当前用户可访问的存储过程或函数信息,且提供存储过程或函数定义的字段。该视图同时存在于PG_CATALOG和SYS Schema下。
名称 | 类型 | 描述 |
|---|---|---|
owner | name | 对象的所有者。 |
name | name | 对象的名称。 |
type | name | 对象的类型。 |
text | text | 对象的定义。 |