Ask HN: Any decent postgreSQL tutorial for a newbie

18 points by codecrusade ↗ HN
Its been extremely depressing and frustrating. Can anyone help please?

11 comments

[ 5.1 ms ] story [ 34.1 ms ] thread
There are plenty of tutorials for SQL in general those should work fine for PostgreSQL too. What seems to be the problem?
there's a large body of postgresql-specific knowledge. Don't be that guy.
there's a large body of postgresql-specific knowledge. Don't be that guy.

Yes... and the OP was very unspecific as to what exactly was the problem. Maybe he/she just doesn't get SQL, I don't know. If the question was PostgreSQL specific, then that is another issue.

Newbie in what sense?

Are you an experienced database administrator looking at postgreSQL for a new project?

Are you an experienced programmer, coming to postgreSQL as an option for your first project with three tiered architecture?

Are you new to programming and want to learn to database?

Are you new to databases and expect them to be pretty much like word processors and spreadsheets?

Around Point 2 and 3.I have an app that I built on Mysql and now trying to host on Heroku- therefore the confusion.
Why Heroku rather than scaling the MySQL?
For SQL in general SQLZoo is a horrible looking website, but if you go through the tracks you will actually learn a bit.

If you're having issues with using postgresql with Rails and heroku (judging from post below), then you're really asking how use those three things together. In this case there are plenty of examples of all the things that can go wrong and how to fix them on stack overflow. If you'd like to send me the errors you're getting and other details of why it's breaking I'd be glad to field a couple emails (contact in profile).