Interface Extension

All Superinterfaces:
CatalogObject, CatalogObject.Addressed<Extension>, CatalogObject.Named<Lexicals.Identifier.Simple>, CatalogObject.Owned

Model of a PostgreSQL extension that has been installed for the current database.
  • Field Details

  • Method Details

    • namespace

      RegNamespace namespace()
      Namespace in which most (or all, for a relocatable extension) of the namespace-qualified objects belonging to the extension are installed.

      Not a namespace qualifying the extension's name; extensions are not namespace-qualified.

    • relocatable

      boolean relocatable()
    • version

      String version()
    • config

      List<RegClass> config()
    • condition

      List<String> condition()