Re: Error in the connection to the server

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error in the connection to the server
Date: 2015-04-15 20:55:31
Message-ID: 552ED043.6090808@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/15/2015 01:35 PM, Ravi Kiran wrote:
> Hi,
>
> I have installed postgresql-9.4.0 version.
>
> I have started the server from eclipse indigo version using Run
> configurations.

Have no idea what that means.

Some detail on exactly how you are making the connection would be
helpful including:

1) Is the client on the same machine as the server?

2) What OS or OSes are we talking about?

3) What is the client using for connecting, though I going to assume
JDBC, correct?

4) What is the connection string?

>
> There is a table in my database whose name is "b". whenever I give a
> query which is related to this table I get the error *"The connection to
> the server was lost. Attempting reset: Failed." *Even for the drop
> command it is giving the same error.

So what happens if you psql to connect to the database and run the query?

Is there anything in the Postgres logs around the connection drop that
relates?

> But it is working fine for the rest of the queries which are not related
> to the table b.
> Please help me in resolving this error.
>
> Thank you.
>
> --
> Regards,
>
> K.Ravikiran
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message PT 2015-04-15 21:56:43 Re: Error in the connection to the server
Previous Message Ravi Kiran 2015-04-15 20:35:34 Error in the connection to the server