Re: Need for protocol description

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "Dinesh Parikh" <dineshp(at)newgen(dot)co(dot)in>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Need for protocol description
Date: 2001-10-18 14:05:55
Message-ID: m38ze9oxfg.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Dinesh Parikh" <dineshp(at)newgen(dot)co(dot)in> writes:

> I want protocol descriptions of Postgresql 7.1 I mean how Postgres
> listens request at default port 5432. If one wants to write to
> execute some query using its program(like in C, java) directry by
> sending data at server socket 5432 then how this task can be
> achieved. Can anybody tell me from where i can find this.

Have you tried the docs? There is a protocol description in there.

Also look at the source code for the various client interfaces (libpq,
the JDBC driver, etc).

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2001-10-18 14:16:59 Re: [Off-topic, Meta-question] Problems with psql-general
Previous Message Doug McNaught 2001-10-18 14:01:02 Re: Large Files?