473,785 Members | 2,290 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

book on advanced postgresql?

Are there any books out there that are fairly current, but go into the
more advanced aspects of Postgresql, such as internals and advanced
programming? I'd rather avoid the whole intro to SQL with a few extra
chapters on Postgresql if I could help it.

Thanks,

John

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 12 '05 #1
10 2737
"John Wells" <jb@sourceillus trated.com> writes:
Are there any books out there that are fairly current, but go into the
more advanced aspects of Postgresql, such as internals and advanced
programming? I'd rather avoid the whole intro to SQL with a few extra
chapters on Postgresql if I could help it.


I'm not aware of any that are tilted towards advanced stuff. Erm, have
you tried just reading the documentation :-) ? I realize it's not
always easy to find what you need, but we could use suggestions about
how to make it better ...
http://developer.postgresql.org/docs...res/index.html

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 12 '05 #2
Tom,

I'd love to, but I can't read at a terminal for longer than an hour or so.
I really prefer the dead tree version.

Does anyone provide printed copies of the documentation for a fee? I know
some companies do this for other apps...

Thanks,

John

Tom Lane said:
"John Wells" <jb@sourceillus trated.com> writes:
Are there any books out there that are fairly current, but go into the
more advanced aspects of Postgresql, such as internals and advanced
programming? I'd rather avoid the whole intro to SQL with a few extra
chapters on Postgresql if I could help it.


I'm not aware of any that are tilted towards advanced stuff. Erm, have
you tried just reading the documentation :-) ? I realize it's not
always easy to find what you need, but we could use suggestions about
how to make it better ...
http://developer.postgresql.org/docs...res/index.html

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 12 '05 #3
John Wells wrote:
Tom,

I'd love to, but I can't read at a terminal for longer than an hour or so.
I really prefer the dead tree version.


You can get the tarball of HTMLs out of a build and view it in lynx or something
like that if you prefer. They are very simple HTMLs.

I agree that when eyes are tired of looking at a CRT, printed copy works much
better.

Shridhar
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 12 '05 #4
On Fri, Oct 03, 2003 at 10:08:43 -0400,
John Wells <jb@sourceillus trated.com> wrote:
Tom,

I'd love to, but I can't read at a terminal for longer than an hour or so.
I really prefer the dead tree version.

Does anyone provide printed copies of the documentation for a fee? I know
some companies do this for other apps...


You should be able to print the documentation on a printer. The released
versions come with postscript and/or pdf versions of the documentation.
The beta versions don't and it is a pain to generate the above. However,
if you just want 7.3 documentation, that should be available.
I think the 7.4 documentation is better, because it is all in one book
and some redundant information is eliminated. However, I don't know of
any postscript or pdf versions of the documentation that are available for
download.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postg resql.org

Nov 12 '05 #5
Bruno Wolff III <br***@wolff.to > writes:
On Fri, Oct 03, 2003 at 10:08:43 -0400,
John Wells <jb@sourceillus trated.com> wrote:
Does anyone provide printed copies of the documentation for a fee? I know
some companies do this for other apps...
You should be able to print the documentation on a printer. The released
versions come with postscript and/or pdf versions of the documentation.
The beta versions don't and it is a pain to generate the above.


In theory you can build the postscript versions for yourself, per the
procedure here:
http://developer.postgresql.org/docs...ide-build.html
after you've installed all the tools listed on the preceding page.

Building the HTML version is pretty simple, but it does look like
making a nice printed version is tedious ... which, no doubt, is
why no one does it for beta releases.

If you are happy with reading docs for back releases, Prime Time
Freeware has PDF and hardcopy versions I believe:
http://www.ptf.com/

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 12 '05 #6
On Fri, 3 Oct 2003, John Wells wrote:
Are there any books out there that are fairly current, but go into the
more advanced aspects of Postgresql, such as internals and advanced
programming? I'd rather avoid the whole intro to SQL with a few extra
chapters on Postgresql if I could help it.


I have the book "PostgreSQL Introduction and Concepts" by Bruce Momjian.
For advanced SQL I have ordered Joe Celko's "SQL for Smarties" because
it was recommended by some people.

--
PGP/GPG Key-ID:
http://blackhole.pca.dfn.de:11371/pk...rch=0xB5A1AFE1

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 12 '05 #7
John,

I usually just grab the PDF's, convert them to PS files and then add the code to
duplex and print to a tray with 3 hole paper. :)

All in all I don't think that is too expensive but I can't really say I've had
to pay to do that recently.
Quoting John Wells <jb@sourceillus trated.com>:
Tom,

I'd love to, but I can't read at a terminal for longer than an hour or so.
I really prefer the dead tree version.

Does anyone provide printed copies of the documentation for a fee? I know
some companies do this for other apps...

Thanks,

John

Tom Lane said:
"John Wells" <jb@sourceillus trated.com> writes:
Are there any books out there that are fairly current, but go into the
more advanced aspects of Postgresql, such as internals and advanced
programming? I'd rather avoid the whole intro to SQL with a few extra
chapters on Postgresql if I could help it.


I'm not aware of any that are tilted towards advanced stuff. Erm, have
you tried just reading the documentation :-) ? I realize it's not
always easy to find what you need, but we could use suggestions about
how to make it better ...
http://developer.postgresql.org/docs...res/index.html

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

--
Keith C. Perry
Director of Networks & Applications
VCSN, Inc.
http://vcsn.com

_______________ _______________ ______
This email account is being host by:
VCSN, Inc : http://vcsn.com

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 12 '05 #8
I have it and it is an excellent book!
It has, on occasion, made my brain hurt though :)
Holger Marzen wrote:
On Fri, 3 Oct 2003, John Wells wrote:

Are there any books out there that are fairly current, but go into the
more advanced aspects of Postgresql, such as internals and advanced
programming ? I'd rather avoid the whole intro to SQL with a few extra
chapters on Postgresql if I could help it.

I have the book "PostgreSQL Introduction and Concepts" by Bruce Momjian.
For advanced SQL I have ordered Joe Celko's "SQL for Smarties" because
it was recommended by some people.


--
Eugene Vital
Any technology indistinguishab le from magic is insufficiently advanced.


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postg resql.org

Nov 12 '05 #9
Quoth ho****@marzen.d e (Holger Marzen):
For advanced SQL I have ordered Joe Celko's "SQL for Smarties" because
it was recommended by some people.


I keep it around; it is quite interesting. It is NOT
PostgreSQL-specific at all; Celko is fairly negative about the notion
of being DBMS-specific in general.

He is preparing a book on Sets and Trees, essentially expanding on
chapters 27 and 28, which should be quite interesting. SQL doesn't
usually "play very well" with tree structures, so that certainly
warrants an expansion of the literature.
--
output = ("cbbrowne" "@" "cbbrowne.c om")
http://cbbrowne.com/info/rdbms.html
First Rule of Computer Security
- Only forbid that which can be made impossible.
- Facilitate the possible.
- Have the wisdom to explain the difference.
-- Mark Miller
Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1998
by: Google Mike | last post by:
You readers in comp.lang.php may use PostgreSQL, so you might find this review useful... ISBN 0-7357-1257-3 "PostgreSQL", Copyright 2003 by Sams Publishing. Authors: Korry Douglas, Susan Douglas. Subtitle: "A comprehensive guide to building, programming, and administering PostgreSQL databases". I am not completely happy with the book. It's a thick book, but much of the bulk is for examples relating to using various languages to
2
2595
by: Bret Busby | last post by:
In searching on the Internet, I found various references to the book "Teach Yourself PostgreSQL In 21 Days", written by Chris Smith, published by SAMS, December 2002 (from the Barnes and Noble web site), ISBN 0672324830, 600 pages (from http://202.113.6.251/cat/books/0672324830.html). References to it, are easily found by doing a google search on the string "teach yourself postgresql". After contacting SAMS about the book, as I could...
5
2486
by: kuphryn | last post by:
Hello After analyzing the software industry, I believe C# and .NET are and will remain apart of a major set of development tool on the Win32 and Win64 platform second to only a combination of C/C++. With that in mind, I would like to ask what is the most complete and advanced programming book on C#/.NET Here are the books I am considering Programming Microsoft .NET by Jeff Prosis Pro: Very good overal Con: Broad and emphasizes .AS
6
1398
by: Ginello | last post by:
Hi guys, could you please recommend a good book on OO programming with c#? I'm an advanced user and I'd need something thorough and detailed. Thanks in advance for your answers, Gino --
5
2304
by: Ed Wong | last post by:
I am an oracle dba and new to postgresql. Could you tell me what is the best postgres book out there to start with? I am looking for a book which is sort of a complete reference including some dba chapters as well. Thanks in advance.
4
1383
by: Dave | last post by:
Hi, I've been writing C++ COM controls and VB 6 Applications for years. Before that Windows applications in C and OS2 Presentation Manager in C. My question is what book do you think would be best for me to use to learn VB.NET? I've already done some small project conversions of my VB 6 code. I haven't yet converted my C++ COM objects, some of which are ATL based and some MFC based. This is a pretty broad request I know, so you may...
2
1031
by: John A Grandy | last post by:
Recommendations on the best advanced 2.0 book for ASP.NET / WinForms , C# ........ that IS NOT based on the author having only worked with a beta or ctp copy of the product. (Or least the chance is small that the book contains errors or missing incorrectly explained features.) I've heard the APress titles are decent but wordy and not superb.
10
2343
by: jklimek | last post by:
I'm currently a Delphi developer (my day job) but at my company we only write custom web application/database stuff, so we never really get into anything advanced. However, I know enough about pointers, objects, etc, to consider myself an "intermediate" level programmer. Well, I'm looking to write a game involving physics and multiplayer capability, and that pretty much means I need C++ if I want to use any existing engines (eg. HGE,...
11
1933
by: www.douglassdavis.com | last post by:
I'm looking for advice here, and I would really appreciate it if you could help. Is there a VB 2005 book that you like and would recommend (and why)? Would you consider it good for beginners to programming, intermediate, or advanced level?
0
9484
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10350
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10097
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8983
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7505
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6742
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4055
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.