Check that we have sequence privileges before selecting metadata. (#212)
In case of permission denied, we would break the whole transaction. It might be that only some of the sequences are not accessible for the current user, in which case we want to list them all while SELECT'ing from the ones we are granted access to.
parent
f202a36b
Please register or sign in to comment