walrus
walrus copied to clipboard
Applying RLS to PostgreSQL WAL
## What kind of change does this PR introduce? Adds - a parallel implementation for WALRUS in a background worker - a realtime transport layer - a partial implementation of...
**Describe the bug** When listening to a column of type `bpchar`, only the first character is returned. **To Reproduce** Steps to reproduce the behavior: 1. `CREATE TABLE test ( id...
# Feature request ## Is your feature request related to a problem? Please describe. I want to be able to filter delete events based on primary key(s) and when replica...
Hi, I am eagerly waiting for this functionality for my project. Just curious if support for `in` operator is in the roadmap. It will be super handy if `in` is...
The `information_schema` is extremely slow compared to `pg_catalog` since it is mostly views Example: https://github.com/supabase/walrus/blob/6b6c3ec212e91f3c2a51fa6698c0209dd5208b20/sql/walrus--0.1.sql#L76 Since all subscriptions are deleted and re-created on a fairly short timer interval, (1-5 minutes),...
Use a trigger to make sure the `claims_role` will be able to select from the table without getting an error like ```sql ERROR: type "some_schema.some_type" does not exist ```
## What kind of change does this PR introduce? docs update ## What is the current behavior?  ## What is the new behavior? The intended query targeting `subcription_ids` instead...
## What kind of change does this PR introduce? Adds a test for a table with a space in the name to see if we can relax that restriction
# Bug report ## Describe the bug Original issue: https://github.com/supabase/supabase-flutter/issues/319 When listening to row level changes using the `eq` filter, the update or delete events where the column of `eq`...