pgConnect: Create a connection to a postgreSQL database

Description Usage Arguments Value Author(s)

Description

Connect to a postgreSQL database going through the appropriate authorization procedure

Usage

1
2
pgConnect(dbname, host = "localhost", port = "5432", user = NULL,
  password = NULL)

Arguments

dbname

name

host

host

port

port

user

user

password

password

Value

An object of class 'pgConnect'. This object is used to direct commands to the database engine.

Author(s)

Bruno Silva


berdinazzi/easyPostGIS documentation built on May 12, 2019, 3:04 p.m.