diff --git a/pkg/sorted/postgres/postgreskv.go b/pkg/sorted/postgres/postgreskv.go index 5dd86d661..141c97f84 100644 --- a/pkg/sorted/postgres/postgreskv.go +++ b/pkg/sorted/postgres/postgreskv.go @@ -32,7 +32,7 @@ import ( ) func init() { - sorted.RegisterKeyValue("postgresql", newKeyValueFromJSONConfig) + sorted.RegisterKeyValue("postgres", newKeyValueFromJSONConfig) } // Config holds the parameters used to connect to the PostgreSQL db.