"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
I can't set logging lower and yet this message distracts. Please share any idea how to set up env to avoid generating this message?.. I feel I'm missing something obvious, but can't see what.
PS. I tried running -f file instead of -c "SQL". Of course it did not change a thing. And of course I tried putting \q to file with same result...