geonature.core.gn_synthese.utils.process

functions to insert update or delete data in table gn_synthese.synthese

Module Contents

Functions

import_from_table(schema_name, table_name, field_name, ...)

insert and/or update data in table gn_synthese.synthese

geonature.core.gn_synthese.utils.process.import_from_table(schema_name, table_name, field_name, value, limit=50)[source]

insert and/or update data in table gn_synthese.synthese from table <schema_name>.<table_name> for all rows satisfying the condition : <field_name> = <value>