fix tablespace postgres

This commit is contained in:
garnier-quentin 2020-09-14 14:17:58 +02:00
parent f806155c90
commit 984ba8792b
1 changed files with 3 additions and 3 deletions

View File

@ -77,9 +77,9 @@ sub manage_selection {
next;
}
$self->{tablespaces}->{ $_->[0] } = {
display => $_->[0],
space_used => $_->[1]
$self->{tablespaces}->{ $row->[0] } = {
display => $row->[0],
space_used => $row->[1]
};
}
}