Message-ID: <AANLkTinbAr91u-sjfM2CMFsAxpxcwihoXVL5d=jAoZ3Y@mail.gmail.com>
Date: 2011-03-05T12:32:31Z
From: Xiaobo Gu
Subject: 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