"=?UTF-8?Q?Leonardo_M._Ram=c3=a9?=" <[email protected]> writes: > Hi, I'm looking for a FDW that allows listing a directory as a database > table allowing me to check if file exists, does anyonke know if such FDW > exists?.
Why not use pg_ls_dir()? An FDW would be mighty awkward to use for this
purpose, even if one existed.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
