Subject: how to get list of sequences owned by a user/role
From: Charlin Barak <charlinbarak@xxxxxxxxx>
Date: Fri, 9 Mar 2018 15:08:33 -0500
Hi,
I can find sequences owned by a schema from information_schema.sequences and pg_class but how do I find sequences owned by a user/role? What pg table should I be looking at?