pgadmin4
pgadmin4 copied to clipboard
Main Property[ADVANCE] UI is not the same as mini window Property[Advanced Tab]
Please note that security bugs or issues should be reported to [email protected].
Describe the bug Main Property[ADVANCE] UI is not the same as Property pop up dialog [Advanced Tab]
To Reproduce
Click Table -> Property on top right corner "3 dots button" -> Advanced Section DIFFERENT from the following Right Click Table -> Properties [ALT + SHIFT + E] pop up properties dialog -> Advanced Tab
The column and options are different.
Expected behavior Both should show the same properties
Error message
If possible, include the full, unedited text of any error messages displayed.
Screenshots
Desktop (please complete the following information):
- OS: Windows 11 Pro
- pgAdmin version: 9.8
- Mode: Desktop
- Browser (if running in server mode): NA
- Package type: Nothing
Additional context
Add any other context about the problem here.
Hi @pakkua80,
There can certain fields which are not editable but good to show in readonly mode - Properties tab. Please mention the fields which are missing on properties tab, we can add them.
Thanks.
Hi @adityatoshniwal,
It will be good if both shows the same thing. Any design consideration that both are of different list ?
Missing from the Dialog box
- Inherited from table(s)
- Inherited tables count
- Has OIDs? ( should be placed after "Access Method" )
- Unlogged? ( should be placed after "Has OIDs?")
- Primary key
- Rows (estimated)
- Rows (counted)
- Is Inherited?
Missing from the Main "Property"
- Fill factor
- Toast tuple target
- Parallel workers
Regards TC