[email protected] writes:
> I'd like to bring attention to a metadata visibility issue when multiple
> schemas contain sequences with identical names, and a table column references
> one of them via nextval(). Currently, there appears to be no reliable way to
> determine whi
Hi hackers,
I'd like to bring attention to a metadata visibility issue when multiple
schemas contain sequences with identical names, and a table column references
one of them via nextval(). Currently, there appears to be no reliable way to
determine which schema's sequence is actually reference