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

GS_DEPENDENCIES_OBJ

GS_DEPENDENCIES_OBJ records the detailed information about the referenced object.

Table 1 GS_DEPENDENCIES_OBJ columns

Name

Type

Description

schemaname

name

Name of a namespace.

packagename

name

Name of a package.

type

integer

Type of the referenced object.

  • 1: unknown type.
  • 2: variable.
  • 3: type.
  • 4: function.
  • 5: view.
  • 6: function header.

name

text

Name of the referenced object.

objnode

pg_node_tree

Detailed information about the referenced object.