Skip to content
Prev 1033 / 1559 Next

How to write to database schema other than public using RPostgreSQL

Hi,
It seems there is not a shcema parameter for method dbWriteTable, and
I have tried
"[schema].[testtable]", "\"schema\".\"testtable\", "schema.testtable"
for the tablename parameter of dbWriteTable, none of them works.

Do you have workarounds about this.

Thanks,

Xiaobo Gu