GS_PACKAGE
GS_PACKAGE records package information.
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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.