diff --git a/R/backend-postgres.R b/R/backend-postgres.R index b607443fe..288849bde 100644 --- a/R/backend-postgres.R +++ b/R/backend-postgres.R @@ -215,7 +215,6 @@ sql_translation.PqConnection <- function(con) { hours = function(x) { postgres_period(x, "hours") }, - days = function(x) { # lubridate::days() (base::days() does not exist) postgres_period(x, "days")