Re: [GENERAL] postgres_fdw & could not receive data from client: Connection reset by peer
Just bumping this because I posted it right before Thanksgiving and it was very easy to overlook. Sorry if this is bad etiquette for the list... Just let me know if it is and I won't do it in the future.
[GENERAL] postgres_fdw & could not receive data from client: Connection reset by peer
Hey all, first off... Postgres version: 10.1 OS: Debian 9.0 So I have a database called: authentication It stores my user table for my application. I have it separated from the main database of my application to allow the same account to be used by multiple instances of my application. >From a c