Skip to content

initdb: REVOKE not supported #7

@pmp-p

Description

@pmp-p

in single stage of initdb there are two revoke operation that raise because a tuple is assumed in use in an already open transaction.

REVOKE ALL ON pg_largeobject FROM PUBLIC;
REVOKE CREATE,TEMPORARY ON DATABASE template1 FROM public;

nb: in 16.4 the workaround was to not use exit on error when running initdb, but now all errors will block initdb : panic or report error properly.

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