About the structure of WAL Files.

From: Charlie Wang <wangbaobing(at)gmail(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org>, "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
Subject: About the structure of WAL Files.
Date: 2006-03-15 05:53:23
Message-ID: 4417ABD3.000003.03448@WANGBAOBING
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

I want to write a function to expose the content of WAL Files as streams,
and then send to somewhere else, record by record.

Could you tell me something about the internal structure of the WAL Files?

Thank you very much!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2006-03-15 06:01:16 Re: constraints and sql92 information_schema compliance
Previous Message Clark C. Evans 2006-03-15 05:17:43 Re: constraints and sql92 information_schema compliance

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2006-03-15 13:12:58 Re: [PATCHES] About the structure of WAL Files.
Previous Message Jonah H. Harris 2006-03-14 22:08:59 Re: CREATE SYNONYM ...