Summary
The Supported Extensions page currently lists adminpack as a supported extension. However, the extension has been removed in PostgreSQL 17.
Where did you see the problem?
I noticed that the Supported Extensions page currently lists adminpack as a supported extension. However, according to the official PostgreSQL 17 Release Notes, the adminpack extension has been removed in this version.
Reference:
"Remove the adminpack extension (Devrim Gündüz). Its functionality has been superseded by core PostgreSQL features or other extensions."
— PostgreSQL 17 Release Notes
Expected behavior
The documentation should be updated to reflect that adminpack is only available for PostgreSQL versions up to 16. It would be helpful to either:
- Add a version constraint note to the adminpack entry.
- Update the compatibility matrix to show it is not supported starting from PG 17.
Screenshots
No response
Browser / Platform
No response
Additional notes
No response