Re: Additional Chapter for Tutorial

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Jürgen Purtz <juergen(at)purtz(dot)de>
Cc: Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: Additional Chapter for Tutorial
Date: 2020-04-17 18:18:17
Message-ID: CADkLM=f_3-ChxGF12MnnCJTRDYFkYRt4Z1LCx2VqSUS-AfQWkA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

>
> I plan to extend over time the part 'Tutorial' by an additional chapter
> with an overview about key design decisions and basic features. The
> typical audience should consist of persons with limited pre-knowledge in
> database systems and some interest in PostgreSQL. In the attachment you
> find a patch for the first sub-chapter. Subsequent sub-chapters should
> be: MVCC, transactions, VACUUM, backup, replication, ... - mostly with
> the focus on the PostgreSQL implementation and not on generic topics
> like b-trees.
>

+1

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Erik Rijkers 2020-04-17 18:40:32 Re: Additional Chapter for Tutorial
Previous Message Jürgen Purtz 2020-04-17 17:56:08 Additional Chapter for Tutorial

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2020-04-17 18:21:51 Re: xid wraparound danger due to INDEX_CLEANUP false
Previous Message Robert Haas 2020-04-17 18:07:07 Re: Should we add xid_current() or a int8->xid cast?