Heroku Postgres(amazon托管)共享环境中显示了数百个数据库。使用pgAdmin3,有一个过滤功能可以删除不需要的数据库。phpPgAdmin是否有类似的配置选项?
我错过的简单配置选项:
// Only show owned databases?
// Note: This will simply hide other databases in the list - this does
// not in any way prevent your users from seeing other database by
// other means. (e.g. Run 'SELECT * FROM pg_database' in the SQL area.)
$conf['owned_only'] = true;