1

Heroku Postgres(亚马逊托管)共享环境中显示了数百个数据库。使用 pgAdmin3,有一个过滤功能可以删除不需要的数据库。phpPgAdmin 是否有类似的配置选项?

4

1 回答 1

1

我错过的简单配置选项:

// 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;
于 2014-09-05T08:02:50.080 回答