[DOCS] 'Do not not' in pg_receivexlog.sgml and pg_recvlogical.sgml

2016-07-19 Thread Alexander Law
Hello, There are typos in --create-slot option description. Patch attached. Best regards, Alexander diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index 5ac1f4d..bfa055b 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivex

Re: [DOCS] hba_conf hostssl clientcert=1 no longer required in 9.4

2016-07-19 Thread Srikanth Venkatesh
So, one has to use "cert clientcert=1" and not just "cert" in hba_conf? So "clientcert" is an auth-method option of "cert"? That isn't exactly clear in the hba_conf documentation - https://www.postgresql.org/docs/9.4/static/auth-methods.html#AUTH-CERT . That part of the document doesn't mention wha