Re: WAL and XLOG

Lists: pgsql-hackers
From: mohsen soodkhah mohammadi <mohsensoodkhah(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: WAL and XLOG
Date: 2013-07-07 10:18:49
Message-ID: CAGT6x6cqo1ODZnN3tSGOZYdHkNsP9h-3NdKLKwgy6F6zUDQ-Og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

hello.
I am reading about WAL and XLOG records.
I am beginner in them.
can you direct me and give me some document?
I want to know what did save in XLOG records exactly and who can create
XLOG records?


From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: mohsen soodkhah mohammadi <mohsensoodkhah(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WAL and XLOG
Date: 2013-07-07 13:09:46
Message-ID: CA+HiwqFpi4XwWQyAKq7npMsOLYTJxAMTRDV1stVAzN820TnaiQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Sun, Jul 7, 2013 at 3:48 PM, mohsen soodkhah mohammadi
<mohsensoodkhah(at)gmail(dot)com> wrote:
> hello.
> I am reading about WAL and XLOG records.
> I am beginner in them.
> can you direct me and give me some document?
> I want to know what did save in XLOG records exactly and who can create XLOG
> records?
>

You could start here:
http://www.postgresql.org/docs/9.2/static/wal-intro.html

--
Amit Langote