Extensions

module: pyrseas.dbobject.extension

The extension module defines two classes, Extension and ExtensionDict, derived from DbObject and DbObjectDict, respectively.

Extension

Extension is derived from ~pyrseas.dbobject.DbObject and represents a Postgres extension.

autoclass: Extension

automethod: Extension.create

automethod: Extension.alter

Extension Dictionary

ExtensionDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of extensions in a database.

autoclass: ExtensionDict

automethod: ExtensionDict.from_map