Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
PostgreSQL: Introduction and Concepts Review by Walter Moore
Just what we needed...
We are involved in CF, vb and php projects and needed an alternative to another Oracle license. We turned to PostgreSQL and soon discovered we were making heavy going of the online docs. This book has quickly answered our functional questions, helping us with transactions, sequences etc. So far everything we've needed we've found right away.
I wish they were more specific about field max sizes - oracle for example is very clera and very constrained (4k limits on inmserts to varchar fields for example). These limits appear to be arbritarily large as we have tested without overrunning them.
ALso we have of course the source files for postgres, so questions like that can be answered with some familiarity with the code. Postgres isn't Oracle and it certainly wont scale like Oracle, but for web projects witha few thousand records and a few dozen simultaneous users it, and this book, are perfect.