mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
PostgreSQL: Export ENUM types (bug #587)
This commit is contained in:
@@ -77,7 +77,7 @@ header("Cache-Control: immutable");
|
||||
"status" => array("show_status"),
|
||||
"table" => array("is_view"),
|
||||
"trigger" => array("triggers", "trigger", "trigger_options", "trigger_sql"),
|
||||
"type" => array("types"),
|
||||
"type" => array("types", "type_values"),
|
||||
"variables" => array("show_variables"),
|
||||
);
|
||||
foreach ($requires as $support => $fns) {
|
||||
|
Reference in New Issue
Block a user