Nothing
role_create_table
in drop_table for PostgreSQL.role_create_table
is now included for dbconnection_v9/dbtable_v9, so that the role can be changed when creating tables in PostgreSQL.get_table_names_and_info
is now ordered according to table_name
.get_table_names_and_nrow
is now changed to get_table_names_and_info
and also includes size_total_gb, size_data_gb, size_index_gb.info
is now included as a method for DBTable_v9
confirm_indexes
is now added to DBTable_v9
, which confirms that the names and number of indexes in the database are the same as in the R code. It does not confirm the contents of the indexes!nrow
is now added to DBTable_v9
, which is an application of the new get_table_names_and_nrow
function.get_table_names_and_nrow
added as an exported function, that will get all the table names and the nrows from a dbconnection.create_table
now automatically adds the indexes.drop_rows_where
.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.