Skip to content

CREATE EXTENSION CASCADE at pgxn load time #46

@beaud76

Description

@beaud76

Hi,
I have an extension with 2 other extensions listed as required in the control file.
When I try to load the extension into a database with pgxn, these extensions must be already created to avoid an error.
If the CASCADE clause would be added to the CREATE EXTENSION statement issued by pgxn, it would simplify the operation for users.
I don't see any drawback to have this clause systematically added. Otherwise a --cascade option, for instance, could be used as a switch.
Philippe.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions