Hi,
I would like to populate the "public.pdl_steg" table in PostgreSQL/PostGis with features from a "pdls" shapefile layer. public.pdl_steg includes triggers in some fields.


The id_pdls field is of the serial type.
The code_pdls field is unique.



The triggers work well in PostGis et QGIS.
Shapefile “pdls” table:

However, after several attempts, I was unable to add the features from the "pdls" layer to "public.pdl_steg". The execution does not emit any errors and nothing happens.
Any help is welcome.