r-dbi / dbi3

DBI revisited
https://r-dbi.github.io/dbi3
37 stars 2 forks source link

Reading and writing tables with dots in name #46

Open krlmlr opened 2 years ago

krlmlr commented 2 years ago

should fail: https://github.com/r-dbi/RPostgres/pull/359.

To write a table to a specific schema, the identifier must be quoted.

Consider quote_table_name() and as_quoted_table_name(), the latter would fail for weird names.