Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
699 stars 145 forks source link

Multiple file patterns for FilesystemFdw #203

Open rvernica opened 6 years ago

rvernica commented 6 years ago

When it create a foreign table, is it possible to have multiple file patterns for the pattern option? For example to match both .jpg and .jpeg file extensions:

pattern '{foo}_{bar}.jpg',
pattern '{foo}_{bar}.jpeg'

Or use some globbing or regular expression?