Skip to content

Commit

Permalink
Document Redshift()
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 15, 2021
1 parent 2b554f9 commit 3ce24df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/Redshift.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#' Redshift driver/connection
#'
#' Redshift currently uses all the same methods as Postgres, but provides an
#' extension point for future methods and downstream packages.
#' Use `Redshift()` instead of `Postgres()` to connect to an AWS Redshift cluster.
#' All methods in \pkg{RPostgres} and downstream packages can be called on such connections.
#' Some have different behavior for Redshift connections, to ensure better interoperability.
#'
#' @inheritParams Postgres
#' @export
Expand Down
5 changes: 3 additions & 2 deletions man/Redshift.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ce24df

Please sign in to comment.