On Fri, Nov 24, 2023 at 1:01 PM Peter J. Holzer <hjp-pgsql@xxxxxx> wrote:
On 2023-11-20 22:03:06 -0500, Ron Johnson wrote:
> Or row level security.
Does that help here? AIUI row level security can be used to limit access
to specific rows (e.g. user alex can access info about ssn '106-91-9930'
but not '234-56-7890') but not how many rows can be accessed in a single
query.
I don't think OP indicated that ssn in a unique key.