Re: The type of ssl_renegotiation_limit - Mailing list pgsql-docs

From Magnus Hagander
Subject Re: The type of ssl_renegotiation_limit
Date
Msg-id 9837222c1003171104w1e751c83i3ae3904495c87dc8@mail.gmail.com
Whole thread Raw
In response to The type of ssl_renegotiation_limit  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-docs
On Wed, Mar 17, 2010 at 03:28, Fujii Masao <masao.fujii@gmail.com> wrote:
> Hi,
>
> http://developer.postgresql.org/pgdocs/postgres/runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SECURITY
>
>> ssl_renegotiation_limit (int)
>
> It's described that the type of ssl_renegotiation_limit is "int".
> Though it's not apparent error, we should use "integer" rather than
> "int". In the description of other parameters, "integer" has been
> used. Here is the patch.

You are right, of course. Applied, thanks!

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgsql-docs by date:

Previous
From: "Roderick A. Anderson"
Date:
Subject: Re: Incorrect SQL on CREATE INDEX page
Next
From: Tim Landscheidt
Date:
Subject: [PATCH] Explain generate_subscripts() more clearly