> On Nov 11, 2025, at 08:29, mike(at)mikebrancato(dot)com wrote:
> I have noticed that using row level security can cause use of `LIMIT` and `OFFSET` to return inconsistent results without the use of an explicit `ORDER BY`.
LIMIT and OFFSET without ORDER BY are not guaranteed to return consistent results even without RLS. RLS may cause it be more obvious, however.