Hello, someone knows how to read files stored on the client machine disk from postgresql, also if it is possible to filter the search by the file extension. For example .SQL
on sql server used EXECUTE master.dbo.xp_cmdshell 'dir /b "C:\Folder_Scripts\*.sql"'
for in postgresql I'm not finding the way. Thanks.