Difference between revisions of "CREATE EXTENSION"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
             [ VERSION version ]
 
             [ VERSION version ]
 
             [ CASCADE ]
 
             [ CASCADE ]
 +
 +
* CASCADE Automatically install any extensions that this extension depends on that are not already installed. Their dependencies are likewise automatically installed, recursively. The SCHEMA clause, if given, applies to all extensions that get installed this way. Other options of the statement are not applied to automatically-installed extensions; in particular, their default versions are always selected.
  
 
== Examples ==
 
== Examples ==

Revision as of 14:56, 6 February 2023

CREATE EXTENSION [ IF NOT EXISTS ] extension_name
   [ WITH ] [ SCHEMA schema_name ]
            [ VERSION version ]
            [ CASCADE ]
  • CASCADE Automatically install any extensions that this extension depends on that are not already installed. Their dependencies are likewise automatically installed, recursively. The SCHEMA clause, if given, applies to all extensions that get installed this way. Other options of the statement are not applied to automatically-installed extensions; in particular, their default versions are always selected.

Examples

Related

See also

Advertising: