GS_DEPENDENCIES
The GS_DEPENDENCIES system catalog records object dependency information and has a one-to-many relationship with the GS_DEPENDENCIES_OBJ table.
| Name | Type | Description |
|---|---|---|
| schemaname | name | Name of a namespace |
| packagename | name | Name of a package |
| refobjpos | integer | Position of the referenced object
|
| refobjoid | oid | OID of the referenced object |
| objectname | text | Name of the dependent object |