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
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
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
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).
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.
>>