PostgreSQL - Advanced Features
Consider this SQL snippet:
Assuming
SELECT * FROM foreign_table LIMIT 5;
Assuming
foreign_table is a foreign table via postgres_fdw connected to a remote PostgreSQL server, what happens when this query runs?