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

add links to oracle docs

This commit is contained in:
Ivan Masár
2019-08-27 16:33:36 +02:00
committed by Jakub Vrana
parent 2a3de78a8e
commit 8ae059d2ac
4 changed files with 8 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ foreach (process_list() as $i => $row) {
echo "<th>$key" . doc_link(array(
'sql' => "show-processlist.html#processlist_" . strtolower($key),
'pgsql' => "monitoring-stats.html#PG-STAT-ACTIVITY-VIEW",
'oracle' => "../b14237/dynviews_2088.htm",
'oracle' => "REFRN30223",
));
}
echo "</thead>\n";