Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

fix links from rls docs to sql docs on website #323

Merged
merged 2 commits into from
Apr 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/rls/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@ For example, it is valid for an RLS rule to have more joins than are supported b
However a client will not be able to subscribe to the table for which that rule is defined.


[reference docs]: /docs/sql/index.md#subscriptions
[reference docs]: /docs/sql#subscriptions

## Best Practices

1. Use `:sender` for client specific filtering.
2. Follow the [SQL best practices] for optimizing your RLS rules.


[SQL best practices]: /docs/sql/index.md#best-practices-for-performance-and-scalability
[SQL best practices]: /docs/sql#best-practices-for-performance-and-scalability