pg_vacuum: Run the VACUUM command, and maybe ANALYZE too.

Description Usage Arguments Value

View source: R/postgres.r

Description

Run the VACUUM command, and maybe ANALYZE too.

Usage

1
pg_vacuum(con, table_name = NULL, analyze = TRUE)

Arguments

con

A DBI connection to a postgresql database

table_name

The name of a table in the postgresql database ( (The default processes all tables in the database)

analyze

Run ANALYZE too? (Default TRUE)

Value

Nothing


karldw/kdw.junk documentation built on Sept. 8, 2021, 9:30 p.m.