Postgresql: how to ignore unavailable foreign tables when selecting data from them
I have a view as a union of several external tables (postgres_fdw). When selected in this view, some of the external servers may be unavailable (there is no network connection), and the select raise an error. Is it possible to…