Thanks for the pointers!
I'll resume my task in the morning. If I get anywhere, I will post the outcome.
R,
Gus
On Fri, Sep 6, 2024 at 9:35 PM Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
Gus Spier <gus.spier@xxxxxxxxx> writes:
> If I understand the concepts correctly, FDW not only makes other databases
> available, FDW also offers access to .csv files, plain text, or just about
> anything that can be bullied into some kind of query-able order. Has anyone
> ever tried to connect to redis or elasticache? If so, how did it work out?
Looks like it's been done:
https://wiki.postgresql.org/wiki/Foreign_data_wrappers
(No warranty expressed or implied on the quality of these
particular FDWs.)
regards, tom lane