Closed iangow closed 5 years ago
@iangow I just did
> dbExecute(pg, "ALTER TABLE edgar.xml_process_table RENAME TO forms345_xml_process_table")
[1] 0
> dbExecute(pg, "ALTER TABLE edgar.xml_fully_processed RENAME TO forms345_xml_fully_processed")
[1] 0
and the renamings were successful when I checked the table names in edgar in pgAdmin.
Also, I have changed xml_process_table
to forms345_xml_process_table
, and xml_fully_processed
to forms345_xml_fully_processed
, where relevant in forms_345_xml_functions.R
and process_345_xml_documents.R
(see the above commits)
Thanks.
I think it would be better if
xml_fully_processed
andxml_process_table
were to have table names that began withforms345
to keep them with the other tables.