File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
# '
18
18
# ' library(DBI)
19
19
# ' if (run) con <- dbConnect(RPostgres::Postgres())
20
- # ' if (run) dbListTables (con)
20
+ # ' if (run) pqListTables (con)
21
21
# '
22
22
# ' if (run) dbWriteTable(con, "mtcars", mtcars, temporary = TRUE)
23
- # ' if (run) dbListTables (con)
23
+ # ' if (run) pqListTables (con)
24
24
# '
25
25
# ' if (run) dbDisconnect(con)
26
26
# '
@@ -111,10 +111,10 @@ list_tables_sql <- function(conn, where_schema = NULL) {
111
111
# '
112
112
# ' library(DBI)
113
113
# ' if (run) con <- dbConnect(RPostgres::Postgres())
114
- # ' if (run) dbListObjects (con)
114
+ # ' if (run) pqListObjects (con)
115
115
# '
116
116
# ' if (run) dbWriteTable(con, "mtcars", mtcars, temporary = TRUE)
117
- # ' if (run) dbListObjects (con)
117
+ # ' if (run) pqListObjects (con)
118
118
# '
119
119
# ' if (run) dbDisconnect(con)
120
120
# '
You can’t perform that action at this time.
0 commit comments