pg_catalog.pg_tables: Tables from PostgreSQL Catalogue

View source: R/pg-catalog.R

pg_catalog.pg_tablesR Documentation

Tables from PostgreSQL Catalogue

Description

Tables from PostgreSQL Catalogue

Usage

pg_catalog.pg_tables(src, ...)

Arguments

src

Database connection.

...

Arguments passed on to pg_catalog

pg_table

Character vector. Name of PostgreSQL catalogue table.

Value

Lazy table. Table of tables. Columns include schema and table name, table owner.

Examples

## Not run: 
pg::pg_catalog.pg_tables(src) %>%
  dplyr::filter(!(schemaname %in% c("pg_catalog", "information_schema")))

## End(Not run)

royratcliffe/pg documentation built on March 19, 2022, 7:22 a.m.