Re: Comunication protocol

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Comunication protocol
Date: 2013-05-17 19:50:13
Message-ID: 519689F5.1070906@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/17/2013 8:15 AM, Karel Riveron Escobar wrote:
> Thanks Tom for your response so fast. I'm reading right now and I
> found something but I didn't understood very well. In the
> documentation says that the protocol we're talking about is supported
> over TCP/IP family protocols, but doesn't says what exactly protocol
> is it? I want to know something more specific.
>

its postgresql protocol, transported over TCP, usually on socket 5432.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ramsey Gurley 2013-05-17 21:19:41 Re: Tuning read ahead continued...
Previous Message Jeff Amiel 2013-05-17 19:47:53 Re: Why does row estimation on nested loop make no sense to me