Updated on 2024-06-03 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

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