Describe the bug
the table properties window does not show unique constraints.
(right click table -> properties -> constraints -> unique)
no unique index is shown here.
but table definitely has them, as "CREATE script" writes them correctly
(right click table -> scripts -> CREATE script)
indeed includes unique index definition.
Screenshots
Desktop (please complete the following information):
- OS: ubuntu
- pgAdmin version: 9.16
- Mode: docker
- Browser (if running in server mode): any
- Package type: docker container
- postgres version: 18.4-1.pgdg13+1
Additional context
Add any other context about the problem here.
Describe the bug
the table properties window does not show unique constraints.
(right click table -> properties -> constraints -> unique)
no unique index is shown here.
but table definitely has them, as "CREATE script" writes them correctly
(right click table -> scripts -> CREATE script)
indeed includes unique index definition.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.