Displaying 1 result from an estimated 1 matches for "postgres_host".
2008 Nov 24
0
CRAN - db backend testing
...o clearly
separate the mechanism for deciding if the tests should be run from the
mechanism for determining details like the userid. The tests files would
then have something like
if ((Sys.getenv("SKIP_POSTGRESSQL") == "")) { tests }
Then, if variables like POSTGRES_USER, POSTGRES_HOST, POSTGRES_DATABASE
(more on DATABASE below) are found they will be used, otherwise nothing
is specified and the drivers will typically read values from
configuration files like .my.cnf and .pgpass.
It would be nice to have a mechanism for examples, vignettes, and demos,
but I don't see a...