Hi all,
We use FDW for some schemas and tables but I realised that a foreign table's columns in FDW server and same table's columns in target database(I said target db cause I'm not sure correct name for it) doesn't match. For instance; in FDW server, I select that table and I can see XXX column, however when I select same table and I can not see same column in target database.
I check this table type in information_schema.tables and type of this table is foreign table in .
Why there is some difference between FDW and target database? Is there anyone who can explain it?
Regards,
Gunce Kaya