Re: PostgreSQL Programmer's Guide Books - Mailing list pgsql-hackers

From Robert Treat
Subject Re: PostgreSQL Programmer's Guide Books
Date
Msg-id 200801261028.50260.xzilla@users.sourceforge.net
Whole thread Raw
In response to PostgreSQL Programmer's Guide Books  ("Gevik Babakhani" <pgdev@xs4all.nl>)
Responses Re: PostgreSQL Programmer's Guide Books  ("Gevik Babakhani" <pgdev@xs4all.nl>)
List pgsql-hackers
On Friday 25 January 2008 19:02, Gevik Babakhani wrote:
> Hi,
>
> I was wondering how accurate there books are (perhaps not so much) , if one
> wants to learn more about the internals?
> http://www.postgresql.org/docs/7.3/static/programmer.html
> http://www.cs.helsinki.fi/u/laine/postgresql/programmer/
>
>

These are basically old versions of the documentation, so thier relevance, and 
what you can get out of them, probably is strictly dependent on how much the 
code has changed in any given area.  Note there are some style differences 
that could make areas of the old docs more helpful (depending on thier 
accuracy), but that's more a style thing:

http://www.cs.helsinki.fi/u/laine/postgresql/programmer/arch-pg.htm#PGARCH-CONNECTIONS
http://www.postgresql.org/docs/7.3/static/arch-pg.html#PGARCH-CONNECTIONS
http://www.postgresql.org/docs/8.3/static/connect-estab.html

-- 
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: WIP: variadic function, named params
Next
From: "Gevik Babakhani"
Date:
Subject: Re: PostgreSQL Programmer's Guide Books