Du kan bruge:
dbConnect(
m,
dbname=dbname,
host=host,
port=port,
user=user,
password=password,
options="-c search_path=myschema"
)
Det virker med RPostgreSQL og også med RPostgres .
Du kan bruge:
dbConnect(
m,
dbname=dbname,
host=host,
port=port,
user=user,
password=password,
options="-c search_path=myschema"
)
Det virker med RPostgreSQL og også med RPostgres .