FINISH_FETCHING_FILES
Eon Mode only
Fetches to the depot all files that are queued for download from communal storage.
Syntax
FINISH_FETCHING_FILES()
Privileges
Superuser
Examples
Get all files queued for download:
=> SELECT FINISH_FETCHING_FILES();
FINISH_FETCHING_FILES
---------------------------------
Finished fetching all the files
(1 row)