If the client doesn't know it's disconnected, you have to run the query twice for it to reconnect: ``` localdev=> select 1; localdev=> select 1; Connection reset. Reconnect (Y/n): y Reconnected! Try the command again. localdev=> select 1; +------------+ | ?column? | |------------| | 1 | +------------+ (1 row) Time: 0.025s localdev=> ```
If the client doesn't know it's disconnected, you have to run the query twice for it to reconnect: