Re: problem with server connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sidar Lopez Cruz" <sidarlopez(at)hotmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: problem with server connection
Date: 2003-03-21 22:19:08
Message-ID: 15843.1048285148@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Sidar Lopez Cruz" <sidarlopez(at)hotmail(dot)com> writes:
> i do this query: select c.cedula,t.nombre.t.id_tipo_documento from c left j=
> oin tmp t on c.cedula=3Dt.cedula;

> and the server says

> Server closed the connection unexpectedly

We're going to need more info than that. What shows up in the
postmaster's log (stderr or syslog output)? Can you get a stack trace
from the crashed backend? (If there's no core file in the database
subdirectory, try restarting the postmaster with "ulimit -c unlimited"
before trying again.)

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Larry Rosenman 2003-03-21 22:20:57 Re: CREATE TYPE IN POSTGRES 7.2.3
Previous Message Mario Alberto Soto Cordones 2003-03-21 22:17:36 CREATE TYPE IN POSTGRES 7.2.3