mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 05:41:27 +02:00
Delete incorporated plugin
This commit is contained in:
@@ -771,6 +771,7 @@ AND typelem = 0"
|
||||
}
|
||||
|
||||
function type_values($id) {
|
||||
// to get values from type string: unnest(enum_range(NULL::"$type"))
|
||||
$enums = get_vals("SELECT enumlabel FROM pg_enum WHERE enumtypid = $id ORDER BY enumsortorder");
|
||||
return ($enums ? "'" . implode("', '", array_map('addslashes', $enums)) . "'" : "");
|
||||
}
|
||||
|
Reference in New Issue
Block a user