db-djv-pg rename command supports operation both on database and file system. For symmetry, it would make sense that delete would support file operations too. Unlike rename, delete accepts wildcards, so need to think how to pass information that file system has to be used. Maybe first probe the file system then database.
db-djv-pg rename
command supports operation both on database and file system. For symmetry, it would make sense thatdelete
would support file operations too. Unlikerename
,delete
accepts wildcards, so need to think how to pass information that file system has to be used. Maybe first probe the file system then database.