PostgreSQL에서 사용하는 pgAdmin 4 v7.6가 릴리즈 되었습니다.
URL : https://www.postgresql.org/about/news/pgadmin-4-v76-released-2698/
PostgreSQL에서 주로 개발툴로 사용한는 pgAdmin 4 v7.6이 릴리즈 되었습니다.
새로 릴리즈된 버전에서는 26개의 버그 픽스가 이루어 졌으며 새로운 기능이 포함되었다고 합니다.
자세한 내용은 위 링크내 release note를 참고하시면 됩니다.
새로운 기능은 아래와 같다고 합니다.
- Added the 'Ignore Grants' and 'Ignore Tablespace' options in the schema diff tool.
- Ensure that Schema Diff comparison results should be displayed in the sorted order.
- Added new/missing options to the VACUUM command.
- Added support for SYSTEM, CONCURRENTLY, and TABLESPACE options in REINDEX.
- Added Expression to CREATE INDEX.
- Added cascade option while creating an extension.
- Added support for ALTER INDEX column statistics.
- Added unlogged option while creating a sequence.
- Added all like options while creating a table.
- Added WAL option to EXPLAIN ANALYZE command.
- Added SKIP_LOCKED and BUFFER_USAGE_LIMIT option to Analyze command.
- Add support for TRUNCATE trigger in the foreign table.