Parameters
Name | Type | Mode |
---|---|---|
p_username | 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 user. 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_user('pbuschow');
Name | Type | Mode |
---|---|---|
p_username | character varying | IN |