mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Add comment
This commit is contained in:
@@ -299,6 +299,7 @@ if (isset($_GET["pgsql"])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function supportsIndex($table_status) {
|
function supportsIndex($table_status) {
|
||||||
|
// returns true for "materialized view"
|
||||||
return $table_status["Engine"] != "view";
|
return $table_status["Engine"] != "view";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user