Package tools :: Module cleanup_script
[hide private]
[frames] | no frames]

Module cleanup_script

source code

This module contains function to clean tables from PostgreSQL.

Functions [hide private]
 
clean_tables(stem)
Cleans all tables in the database whose names are similar to the given parameter name
source code
Function Details [hide private]

clean_tables(stem)

source code 

Cleans all tables in the database whose names are similar to the given parameter name

Parameters:
  • stem (string) - name of the table where similar names would be cleaned from the database