-
Notifications
You must be signed in to change notification settings - Fork 105
feat(hover): hover on schemas #514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
juleswritescode
commented
Sep 13, 2025

and grantee::regrole::text <> '' | ||
and grantee::regrole::text <> '-' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i found some nameless roles in my local supabase database. Probably deleted?
select nspacl from pg_namespace where nspname = 'public'
yielded:
{postgres=UC/postgres,anon=U/postgres,authenticated=U/postgres,service_role=U/postgres,=UC/postgres
,airbyte=U/postgres,supabase_auth_admin=U/postgres}