}
echo ($warnings ? "<div id='$warnings_id' class='hidden'>\n$warnings</div>\n" : "");
if ($explain) {
- echo "<div id='$explain_id' class='hidden'>\n";
+ echo "<div id='$explain_id' class='hidden explain'>\n";
select($explain, $connection2, $orgtables);
echo "</div>\n";
}
.view { font-style: italic; }
.active { font-weight: bold; }
.sqlarea { width: 98%; }
+.explain { white-space: pre; }
.icon { width: 18px; height: 18px; background-color: navy; }
.icon:hover { background-color: red; }
.size { width: 6ex; }
Adminer 4.16.0-dev:
+PostgreSQL: Preserve whitespace in EXPLAIN (bug #827)
Oracle: Include tables granted by other user
Adminer 4.15.0: