connect_postgres: connect to postgres database

Description Usage Arguments

Description

connect to postgres database

Usage

1
2
connect_postgres(user = "postgres", password = "mysecretpassword",
  dbname = "postgres", host = "127.0.0.1", port = 5432)

Arguments

user

the user name

password

password

dbname

the name of the database on the host, or the database file name

host

host name; defaults to 127.0.0.1

port

the port number; defaults to 5432


shizidushu/hfun documentation built on May 27, 2019, 2:10 p.m.