Re: Wire protocol docs - Mailing list pgsql-hackers

From Dave Page
Subject Re: Wire protocol docs
Date
Msg-id 937d27e10910130943o27f8d161n2187683d4f1482dc@mail.gmail.com
Whole thread Raw
In response to Re: Wire protocol docs  (Abhijit Menon-Sen <ams@toroid.org>)
Responses Re: Wire protocol docs
List pgsql-hackers
On Tue, Oct 13, 2009 at 5:41 PM, Abhijit Menon-Sen <ams@toroid.org> wrote:
> At 2009-10-13 17:25:15 +0100, dpage@pgadmin.org wrote:
>>
>> I cannot find anything that is obviously 'elsewhere' in the docs -
>> does that need fixing, or do my searching skills need improving?
>
> I don't know, but…
>
>> *starts reading source code* :-)
>
> Look at what fe-protocol3.c:build_startup_packet() does with its options
> argument (and see fe-connect.c:EnvironmentOptions to see what is passed
> to it). Basically, libpq sets some connection parameters to values taken
> from the environment (e.g. client_encoding from PGCLIENTENCODING).

Yeah, grep found that pretty quickly :-)

> What
> the documentation you quoted is saying is that the wire protocol doesn't
> know or care where the values came from.

Right. My complaint though, is that the docs imply that the info on
how those values get set is in the docs somewhere, which appears to be
incorrect.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Abhijit Menon-Sen
Date:
Subject: Re: Wire protocol docs
Next
From: Andres Freund
Date:
Subject: Re: Client application name