$sequences = array();
$status = table_status($table);
+ if (is_view($status)) {
+ $view = view($table);
+ return rtrim("CREATE VIEW " . idf_escape($table) . " AS $view[select]", ";");
+ }
$fields = fields($table);
$indexes = indexes($table);
ksort($indexes);
Display time of procedure execution
Disallow connecting to ports > 65535 (bug #730)
MySQL: Always set foreign_key_checks in export
+PostgreSQL: Support exporting views
Editor: Fix focusing foreign key search in select
Adminer 4.7.5 (released 2019-11-13):