PostgreSQL Programmer's Guide Books

Started by Gevik Babakhanialmost 18 years ago3 messages
#1Gevik Babakhani
pgdev@xs4all.nl

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/

Regards,
Gevik

#2Robert Treat
xzilla@users.sourceforge.net
In reply to: Gevik Babakhani (#1)
Re: PostgreSQL Programmer's Guide Books

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

#3Gevik Babakhani
pgdev@xs4all.nl
In reply to: Robert Treat (#2)
Re: PostgreSQL Programmer's Guide Books

thank you :)

-----Original Message-----
From: Robert Treat [mailto:xzilla@users.sourceforge.net]
Sent: Saturday, January 26, 2008 4:29 PM
To: pgsql-hackers@postgresql.org
Cc: Gevik Babakhani
Subject: Re: [HACKERS] PostgreSQL Programmer's Guide Books

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-p

g.htm#PGARCH-CONNECTIONS

Show quoted text

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