Re: [DOCS] Clarification suggestion for 46.4 chapter.

2012-08-17 Thread Heikki Linnakangas
On 17.08.2012 05:07, Bruce Momjian wrote: On Mon, Dec 5, 2011 at 02:53:22PM +0300, Dmitriy Igrishin wrote: Hey, The section 46.4 describes the base data types used in messages. http://www.postgresql.org/docs/9.1/static/protocol-message-types.html According to section 46.5 http://www.postgresq

Re: [DOCS] somewhat wrong archive_command example

2012-08-17 Thread Peter Eisentraut
On 8/15/12 9:13 PM, Bruce Momjian wrote: Few more suggestions/nitpicks: 1.) IMO it's more logical to put the test for whether the $ARCHIVE directory exists before the test whether ${ARCHIVE}/${FILE} exists. 2.) I think the error code reporting here is not sound: cp ${FULLPATH} ${ARCHIVE}/${F

Re: [DOCS] Would like to contribute a section to docs for 9.3. Where to start?

2012-08-17 Thread Peter Eisentraut
On 8/15/12 5:33 AM, Chris Travers wrote: So here is a very rough draft. I would be interested in feedback as to inaccuracies or omissions. I would like to get the technical side right before going into an editorial phase. Any feedback on the technical side? [citation needed] Seriously, if w

Re: [DOCS] somewhat wrong archive_command example

2012-08-17 Thread Euler Taveira
On 17-08-2012 16:51, Peter Eisentraut wrote: > Btw., is anyone else concerned about using plain cp for this? If the cp fails > half-way, it leaves a partial file around, but subsequent file existence > checks will find the file OK and skip it. > I've already faced this problem (with cp and scp).

Re: [DOCS] Would like to contribute a section to docs for 9.3. Where to start?

2012-08-17 Thread Chris Travers
On Fri, Aug 17, 2012 at 1:03 PM, Peter Eisentraut wrote: > On 8/15/12 5:33 AM, Chris Travers wrote: > >> So here is a very rough draft. I would be interested in feedback as to >> inaccuracies or omissions. I would like to get the technical side right >> before going into an editorial phase. >>