1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00

Add comment

This commit is contained in:
Jakub Vrana
2025-03-10 23:44:06 +01:00
parent b0182834bf
commit f25c65837f

View File

@@ -299,6 +299,7 @@ if (isset($_GET["pgsql"])) {
}
function supportsIndex($table_status) {
// returns true for "materialized view"
return $table_status["Engine"] != "view";
}