Updated on 2025-05-29 GMT+08:00

GS_DEP_SOURCE

GS_DEP_SOURCE records metadata and partial compilation results of objects. Only system administrators can view the information.

Table 1 GS_DEP_SOURCE columns

Name

Type

Reference

Description

object_oid

oid

object_oid in PG_OBJECT

Object identifier.

object_type

"char"

-

Object type.

  • v: view
  • P: stored procedure and function
  • S: package header
  • B: package body
  • t: type

source

text

-

Defined meta information.

compile

pg_node_tree

-

Partial compilation result.