Documentation of Concepts

Lists: pgsql-admin
From: Dani Oderbolz <oderbolz(at)ecologic(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Documentation of Concepts
Date: 2003-07-17 07:51:32
Message-ID: 3F165584.7040005@ecologic.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Hi everybody,
maybe you have followed the tread before about migratiing from Oracle
to Postgres. In there I quoted a Document from Oracle called
"Oracle Concepts". In there, Oracle explains exactly, what goes on
under the hood of Oracle.
(Like How they handle concurrency, locking...)
Is there such a document for Postgres already?
Cheers,
Dani


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dani Oderbolz <oderbolz(at)ecologic(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Documentation of Concepts
Date: 2003-07-22 00:05:19
Message-ID: 200307220005.h6M05JC00511@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin


There are some papers on the PostgreSQL web site, in the developers
section, and of course there is the source code, plus some stuff in the
admin docs.

---------------------------------------------------------------------------

Dani Oderbolz wrote:
> Hi everybody,
> maybe you have followed the tread before about migratiing from Oracle
> to Postgres. In there I quoted a Document from Oracle called
> "Oracle Concepts". In there, Oracle explains exactly, what goes on
> under the hood of Oracle.
> (Like How they handle concurrency, locking...)
> Is there such a document for Postgres already?
> Cheers,
> Dani
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: Renney Thomas <renney(at)cris(dot)com>
To: Dani Oderbolz <oderbolz(at)ecologic(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Documentation of Concepts
Date: 2003-07-22 08:04:46
Message-ID: 3F1CF01E.4020100@cris.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

You will find it in the following links. It may not be as polished as
Oracle's books, but still good.

http://developer.postgresql.org/

* Flowchart of the PostgreSQL backend
<http://developer.postgresql.org/docs/pgsql/src/tools/backend/index.html>

* Database Internals Presentation
<http://developer.postgresql.org/pdf/internalpics.pdf>
* The Implementation of PostgreSQL
<http://developer.postgresql.org/osdn.php>

http://www.amazon.com/exec/obidos/tg/detail/-/0735712573/ref=pd_sbs_b_1/002-0987690-9063249?v=glance&s=books
http://www.amazon.com/exec/obidos/tg/detail/-/0735712573/ref=pd_sbs_b_1/002-0987690-9063249?v=glance&s=books

Dani Oderbolz wrote:

> Hi everybody,
> maybe you have followed the tread before about migratiing from Oracle
> to Postgres. In there I quoted a Document from Oracle called
> "Oracle Concepts". In there, Oracle explains exactly, what goes on
> under the hood of Oracle.
> (Like How they handle concurrency, locking...)
> Is there such a document for Postgres already?
> Cheers,
> Dani
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>