Skip to content

Conversation

olirice
Copy link
Contributor

@olirice olirice commented Nov 25, 2024

Adds tests for the SQL backing the frontend integration of pgmq and Supabase Queues

@olirice olirice requested a review from a team as a code owner November 25, 2024 18:55
@hunleyd
Copy link
Contributor

hunleyd commented Aug 27, 2025

@olirice where does this PR stand? Still valid and pending review?

@olirice
Copy link
Contributor Author

olirice commented Aug 27, 2025

yes, still waiting on review

alter user supabase_admin with superuser createdb createrole replication bypassrls;

-- Supabase replication user
create user supabase_replication_admin with login replication;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
create user supabase_replication_admin with login replication;
create user supabase_replication_admin with replication;

or

Suggested change
create user supabase_replication_admin with login replication;
create role supabase_replication_admin with login replication;

create user is an alias for create role with login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants