Skip to content

More verbose error message when creating extension

Andreas Brandl requested to merge ab/db-extensions into master

What does this MR do?

This adds a migration helper to create (and drop) a postgres extension. It is meant to provide a more helpful error message in case the extension cannot be created (or dropped) due to missing privileges.

See #243729 (closed) for more background.

This also adds a documentation page to explain this problem in more detail.

Does this MR meet the acceptance criteria?

Conformity

Closes #243729 (closed)

Edited by Andreas Brandl

Merge request reports