Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Postgresql 如何将phpPgAdmin(托管在Heroku上)配置为仅显示我的数据库?_Postgresql_Heroku_Phppgadmin - Fatal编程技术网

Postgresql 如何将phpPgAdmin(托管在Heroku上)配置为仅显示我的数据库?

Postgresql 如何将phpPgAdmin(托管在Heroku上)配置为仅显示我的数据库?,postgresql,heroku,phppgadmin,Postgresql,Heroku,Phppgadmin,Heroku Postgres(亚马逊托管)共享环境中显示了数百个数据库。使用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

Heroku Postgres(亚马逊托管)共享环境中显示了数百个数据库。使用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;