List all tables and their sizes
Arguments
- col_order
A single quoted character string with columns to order results on. Default is 'table_schema, table_name'. To order by size descending use 'size desc'.
See also
Other database postgres:
fpr_db_conn()
,
fpr_db_query()
,
fpr_dbq_clip()
,
fpr_dbq_lscols()
,
fpr_dbq_subset()
Examples
if (FALSE) {
fpr_db_query(fpr_dbq_lstables(col_order = 'size desc'))
}