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

GS_PACKAGE

GS_PACKAGE records package information.

Table 1 GS_PACKAGE columns

Name

Type

Description

oid

oid

Row identifier (hidden attribute, which must be specified).

pkgnamespace

oid

Schema to which a package belongs.

pkgowner

oid

Owner of a package.

pkgname

name

Name of a package.

pkgspecsrc

text

Package specification.

pkgbodydeclsrc

text

Package body.

pkgbodyinitsrc

text

Package initialization source.

pkgacl

aclitem[]

Access permission.

pkgsecdef

boolean

Specifies whether the package has the definer permission.