On Sun, Aug 21, 2011 at 3:14 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> On Sun, Aug 21, 2011 at 08:23, Dondi Michael Stroma <dstroma(at)gmail(dot)com> wrote:
>> So how would one "feed" incrementally copied partial WAL file data to
>> a standby
>
> Pad it with zeroes up to the normal segment limit (16Mb), and feed
> that. PostgreSQL will detect when the correct data ends and the
> padding begins.
Thanks, that is what I was looking for. Worked perfectly.