Re: Identifying Schema-Qualified Sequence References in Column Defaults

2025-10-22 Thread Tom Lane
[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

Identifying Schema-Qualified Sequence References in Column Defaults

2025-10-22 Thread jiaoshuntian
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