"FOREIGN_TABLE" created with postgres_fdw. LOCAL_TABLE is just a local table...
Symptoms:
- I run in
psqlquerySELECT * from FOREIGN_TABLE. No log generated - I run in
bashpsql -c "SELECT * from LOCAL_TABLE". No log generated - I run in
bashpsql -c "SELECT * from FOREIGN_TABLE".::LOG: could not receive data from client: Connection reset by peergenerated in postgres log