Thank you Tom! We downloaded the file_fdw.so library and recompiled the Materialized views and the application is
runningnormally.
Thank you for your insight!
Bob
-----Original Message-----
From: Tom Lane <tgl@sss.pgh.pa.us>
Sent: Wednesday, October 4, 2023 5:04 PM
To: Given, Robert A <bgiven@bu.edu>
Cc: pgsql-bugs@lists.postgresql.org
Subject: Re: REFRESH MATERIALIZED VIEW error
"Given, Robert A" <bgiven@bu.edu> writes:
> After an OS upgrade from CentOS 7 to RHEL 9.2, our Materialized Views are not getting refreshed. We are receiving
thiserror:
>> From log...
> 2023-10-04 00:04:01.885 EDT [235717] ERROR: could not access file
> "$libdir/file_fdw": No such file or directory
You didn't install the file_fdw.so library that underlies the file_fdw extension.
regards, tom lane