mirror of
https://github.com/vrana/adminer.git
synced 2026-03-06 12:31:45 +01: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