Top
Enterprise Postgres 17 SP1 Application Development Guide

8.5 Package Reference

A "package" is a group of features, brought together by schemas, that have a single functionality, and are used by calling from PL/pgSQL.

The following packages are supported:

To call each feature from PL/pgSQL, use the PERFORM or SELECT statement and qualify the feature name with the package name. For more information on the calling format, refer to the feature-specific description for each package.

See

For packages, refer to the following file.

fujitsuEnterprisePostgresInstallDir/share/doc/extension/README.asciidoc