Re: [DOCS] The type of ssl_renegotiation_limit

2010-03-17 Thread Magnus Hagander
On Wed, Mar 17, 2010 at 03:28, Fujii Masao 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 a

[DOCS] The type of ssl_renegotiation_limit

2010-03-16 Thread Fujii Masao
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 th