You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grant usage on schema bm25_catalog to pg_database_owner;
Would be nice to have default access for database owner. Database is created, extensions added by postgres superuser, so database owner by default has no access to that schema.
Would be nice to have default access for database owner. Database is created, extensions added by
postgressuperuser, so database owner by default has no access to that schema.