diff --git a/CHANGELOG.md b/CHANGELOG.md index 31948b9d..1ffdf9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Adminer dev - Allow specifying operator in search anywhere - MySQL 5.0-: Do not load partitioning info in alter table (bug #1099) +- PostgreSQL: Show structure of inherited tables - PostgreSQL 11-: Avoid duplicate oid in table status (bug #1089) - Plugins: Methods processList() and killProcess() diff --git a/adminer/table.inc.php b/adminer/table.inc.php index 66f6cfe0..56fe7c34 100644 --- a/adminer/table.inc.php +++ b/adminer/table.inc.php @@ -22,6 +22,10 @@ if ($comment != "") { echo "
" . lang('Comment') . ": " . h($comment) . "\n"; } +if ($fields) { + adminer()->tableStructurePrint($fields, $table_status); +} + function tables_links($tables) { echo "