Allow postgres
role to create operator class
and create operator family
#72
Labels
bug
Something isn't working
Feature request
A user is requesting the ability to
create operator class
andcreate operator family
so they can bring a bit of a DSL-y experience to their project complete with custom operators that can leverage indexes.Repro case
Currently this will fail on
with
The existing postgres permissions system does not have a dedicated role for these capabilities.
This task is to evaluate
Given how niche the request is, unless it only requires an extremely straightforward and safe change we should not implement this feature.
The text was updated successfully, but these errors were encountered: