“server closed the connection unexpectedly”

From: Felipe Gasper <felipe(at)felipegasper(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: “server closed the connection unexpectedly”
Date: 2014-06-18 18:30:13
Message-ID: 53A1DAB5.8080106@felipegasper.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

Does anyone know what may be causing this?

-Felipe Gasper
Houston, TX

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2014-06-18 18:45:01 Re: “server closed the connection unexpectedly”
Previous Message p 2014-06-18 16:03:07 BUG #10692: psql: \c service=foo only uses dbname information