Skip to content
Prev 1031 / 1559 Next

RPostgreSQL - dbWriteTable

On Tue, Mar 1, 2011 at 6:40 AM, Chris Long <galizur at gmail.com> wrote:

            
Hi, Chris.  I think one needs to set the search_path prior to running the
dbWriteTable command.  See the Postgresql docs:

http://www.postgresql.org/docs/current/static/ddl-schemas.html

You'll want to do something like:

set search_path to 'barschema'

Then everything you do will go into barschema rather than public.

Sean