Learn R Programming

rpg (version 1.6)

set_path: PostgreSQL path variable

Description

Manipulate the PostgreSQL path variable

Usage

set_path(..., default = FALSE)

get_path(default = FALSE)

append_path(..., default = FALSE, no_dup = TRUE)

prepend_path(..., default = FALSE, no_dup = TRUE)

path_contains(..., default = FALSE)

Arguments

...

path names

default

if true, manipulate database default

no_dup

do not add if path exists