[DOCS] 9.0.4 PDFs are missing bookmarks on our web site

2011-05-07 Thread Bruce Momjian
Josh Kupershmidt wrote: > On Wed, Apr 20, 2011 at 1:52 AM, wrote: > > Thank you again Josh. > > Could it be possible to fix the build procedure accordingly? Just to avoid > > that i hassle you all again for the next release... > > Do you need that i open a bug for that? > > Devrim, or anyone els

Re: [DOCS] Change to documentation headers

2011-05-07 Thread Bruce Momjian
Peter Eisentraut wrote: > On fre, 2011-03-11 at 07:07 -0500, Bruce Momjian wrote: > > Peter, any status on this? > > The summary below doesn't make much sense to me. I'll play around with > it a little more, but while I understand the goals, the concrete > solution isn't yet clear. > Peter, whe

Re: [DOCS] many contrib links are broken

2011-05-07 Thread Bruce Momjian
Peter Eisentraut wrote: > On l?r, 2011-05-07 at 14:28 -0400, Bruce Momjian wrote: > > Yep, this clearly needs cleanup. The README.links file I wrote says: > > > > > > use to get link text from the title of the target link; has no > > close tag > > > > http://www.oasis-open.org/d

Re: [DOCS] should pg_basebackup be listed as a server application?

2011-05-07 Thread Peter Eisentraut
On fre, 2011-05-06 at 20:18 -0400, Tom Lane wrote: > I'm not entirely sure if the notion of an "administrative" app helps > much, but for sure I've never been satisfied with the equation of "can > in principle execute remotely" with "client". This is a good time to > be rethinking that. One piec

Re: [DOCS] many contrib links are broken

2011-05-07 Thread Peter Eisentraut
On lör, 2011-05-07 at 14:28 -0400, Bruce Momjian wrote: > Yep, this clearly needs cleanup. The README.links file I wrote says: > > > use to get link text from the title of the target link; has no > close tag > > http://www.oasis-open.org/docbook/documentation/reference/html/xref

Re: [DOCS] many contrib links are broken

2011-05-07 Thread Bruce Momjian
Peter Eisentraut wrote: > The commit 159e3d86292cfec2a2828f9f69ac7a6cb1be242d created some funny > business out of many links to contrib modules. Take a look at this > page: > > http://developer.postgresql.org/pgdocs/postgres/log-shipping-alternative.html > > It now reads: "See the Section F.31

Re: [DOCS] Error in SSL config documentation?

2011-05-07 Thread Magnus Hagander
On Sat, May 7, 2011 at 20:03, Khusro Jaleel wrote: > On 07/05/11 18:46, Magnus Hagander wrote: > >> clientcert=1 makes the server request a client certificate - but does >> not use it for authentication. So the client just has to present *any >> valid* client certificate, and can then use whatever

Re: [DOCS] Error in SSL config documentation?

2011-05-07 Thread Khusro Jaleel
On 07/05/11 18:46, Magnus Hagander wrote: clientcert=1 makes the server request a client certificate - but does not use it for authentication. So the client just has to present *any valid* client certificate, and can then use whatever other authenticaiton method is specified (md5, ldap, etc).

Re: [DOCS] Error in SSL config documentation?

2011-05-07 Thread Magnus Hagander
On Sat, May 7, 2011 at 18:40, Khusro Jaleel wrote: > Hello, according to section 17.8.1 of the docs, I have added "clientcert" to > a hostssl line in my pg_hba.conf file, but upon restart of the server, I'm > getting the following error and the server fails to start up: > > LOG:  invalid authentic

[DOCS] Error in SSL config documentation?

2011-05-07 Thread Khusro Jaleel
Hello, according to section 17.8.1 of the docs, I have added "clientcert" to a hostssl line in my pg_hba.conf file, but upon restart of the server, I'm getting the following error and the server fails to start up: LOG: invalid authentication method "clientcert" CONTEXT: line 82 of configurat