Sequence privileges for a specific user and schema in PostgreSQL

24 Views Asked by At

Is there any query that can get all the sequences in a schema that is granted to a particular user in postgresql?

I only could get the solution for listing all the sequences and not specific to any user or schema. Would appreciate if anyone could provide a script for it?

0

There are 0 best solutions below