bi_etl.utility.postgresql.psql_command module

bi_etl.utility.postgresql.psql_command.generate_extract_sql(table_name, sql_file_path, output_file_path, delimiter='\\013', null='', encoding='UTF-8')[source]
bi_etl.utility.postgresql.psql_command.psql(config, dbname, username, password, sql_file_path)[source]
bi_etl.utility.postgresql.psql_command.psql_extract(self, dbname, username, password, table_name, output_file_path, delimiter='\\013', null='', encoding='UTF-8')[source]