Not to take anything away from the books on the topic, but my favorite source is the docs that got installed with postgres (/usr/local/pgsql/doc/html).

The index isn't great, but easily overcome:
grep -i "search phrase" /usr/local/pgsql/doc/html/* | less

Try to do that with a book. :-)

When I can't find the answer there, I search the mailing list archives and/or google.

I'm sorry, but I'm also a DB newbie, and I find the online documentation ok/good, and very good if you are a seasoned user who just needs reference. It esp sucks regarding the configuration file. Yes it explains each line item, but not how it affects the database, when do you want a large value here, when do you want a small value, etc. This fact is born out by the number of times people have to respond with "did you tweak xxxx in the config file?" Maybe the books aren't any better....


--
--Chris

Eagles may soar, but weasels don't get sucked into jet engines.



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
     subscribe-nomail command to [EMAIL PROTECTED] so that your
     message can get through to the mailing list cleanly

Reply via email to