Re: server closed the connectio unexpectedly

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: zurron(at)vesta(dot)tmf(dot)bg(dot)ac(dot)yu
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: server closed the connectio unexpectedly
Date: 2002-12-23 23:21:52
Message-ID: 13525.1040685712@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<zurron(at)vesta(dot)tmf(dot)bg(dot)ac(dot)yu> writes:
> I created a data base and create one user and when I want give privileges
> this error apears

> test_ip=# GRANT SELECT ON tb_allowed_ip TO zurron;
> server closed the connection unexpectedly

That's fairly surprising. What shows up in the postmaster's log file
(stderr or syslog output) when this happens? Is there a core dump from
the backend process, and if so can you get a stack trace from it?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Fitzpatrick 2002-12-24 00:06:42 Re: Multiple Foreign Keys to same table and field
Previous Message Tom Lane 2002-12-23 22:57:11 Re: Multiple Foreign Keys to same table and field