On Sun, Jan 27, 2008 at 08:09:10PM -0500, Tom Lane wrote:
> If you do a manual "kill -9" (for testing purposes) on its connected
> server process, psql normally recovers nicely:
>
> regression=# select 1;
> ?column?
> --
> 1
> (1 row)
>
> -- issue kill here in another window
> r
If you do a manual "kill -9" (for testing purposes) on its connected
server process, psql normally recovers nicely:
regression=# select 1;
?column?
--
1
(1 row)
-- issue kill here in another window
regression=# select 1;
server closed the connection unexpectedly
This pro