writeStagingTable: Write a Table that is Dropped On Exit

Description Usage

Description

A Staging Table is one that is dropped on exit in the parent frame from which the function is being called.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
writeStagingTable(
  conn,
  conn_fun,
  schema,
  tableName,
  data,
  drop_existing = FALSE,
  verbose = TRUE,
  render_sql = TRUE,
  ...
)

patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.