Install postgres extension(s) - postgres docs
Arguments:
extension
[string or array of strings] - name(s) of extensions to installoptions
[object] - options:ifNotExists
[boolean] - defaultfalse
schema
[string] - the name of the schema in which to install the extension's objects
Aliases: addExtension
Reverse Operation: dropExtension
Un-install postgres extension(s) - postgres docs
Arguments:
extension
[string or array of strings] - name(s) of extensions to installdrop_options
[object] - options:ifExists
[boolean] - drops extension only if it existscascade
[boolean] - drops also dependent objects