phpPgAdmin是一個基於web的PostgreSQL資料庫管理工具,一個讓你透過網路對你的PostgreSQL進行管理的工具,也是使用PHP語言編寫,支援多國語言(含簡、繁中文)等多國語言,支援PostgreSQL v7.0 .x, v7.1.x, v7.2.x, v7.3.x, v7.4.x, v8.0.x and v8.1.x
phpPgAdmin 5.0.4 發布了,主要是bug 修復和安全性修補程式。
Supports: PostgreSQL 7.4.x, 8.0.x, 8.1.x, 8.2.x, 8.3.x, 8.4.x, 9.0.x
Requires: PHP 5.5 or greater
詳細改進記錄:
Fix #3468882 "UPDATE single row with varchar key: empty where clause", reported by "Dirk Kraemer"
Fix XSS in function.php, reported by Mateusz Goik
Fix bug where renaming a tablespace was leading to an error
Fix a bug where clicking to "Show all schemas" on schema privilege page leads back to the latest tab used in database level
Fix a bug when executing a query from the history
Fix bad confirmation message when droping an autovacuum table setup
Fix bug #3429633 "Back" link from "Browse" leads to error
Fix a PHP warning when Slony conf parameters are not set
Show cancel/kill actions in process page only if role is a superuser
Some more small code cleanup and fixes.