Parameters
Name | Type | Mode |
---|---|---|
p_tdis_identifier | character varying | IN |
In cases for which an identical filename has been uploaded for the same model in the same path, a conflict will arise. This function returns a set of upload conflicts that may exist for a given model. Note that a synthetic column called conflict_number
provides a grouping of conflict sets in the event that there are more than one.
select *
from tdis_get_upload_conflicts_by_model('TM-9f36cc8a-93e2-11ec-ba2a-59ebf1ac4488');
Name | Type | Mode |
---|---|---|
p_tdis_identifier | character varying | IN |