Re: Re[GENERAL] sources for learning PostgreSQL

2009-09-22 Thread Scott Bailey
The PostgreSQL website has excellent documentation (second only to php.net). If you already know MySQL, then you're 2/3 of the way there. You just need to get used to the quirks of PostgreSQL. A more accurate statement would be "You just need to learn where the quirks you've picked up by usi

Re: Re[GENERAL] sources for learning PostgreSQL

2009-09-22 Thread Paul M Foster
On Tue, Sep 22, 2009 at 10:43:09AM -0700, dan06 wrote: > > Hi, > > I've used mysql for sometime now, and I'd like to broaden my db > knowledge/experience to include postgresql. Can anyone recommend any books > or other resources that could help me along? Thanks. The PostgreSQL website has excel