Re: “server closed the connection unexpectedly”

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Felipe Gasper <felipe(at)felipegasper(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: “server closed the connection unexpectedly”
Date: 2014-06-18 18:45:01
Message-ID: 53A1DE2D.7000203@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 06/18/2014 09:30 PM, Felipe Gasper wrote:
> The query:
>
> SELECT schemaname, tablename
> FROM pg_tables
> WHERE tableowner IN (E'njvue5kiy1c') OR schemaname='public';
>
> --------
> The error:
>
> DBD::Pg::db selectall_arrayref failed: server closed the connection
> unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
>
> --------
>
> It happens every time. The “njvue5kiy1c” is a random generated name.

Is there any more information in the server log?

- Heikki

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Felipe Gasper 2014-06-18 18:51:24 Re: “server closed the connection unexpectedly”
Previous Message Felipe Gasper 2014-06-18 18:30:13 “server closed the connection unexpectedly”