TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Any decent postgreSQL tutorial for a newbie

18 pointsby codecrusadeover 11 years ago
Its been extremely depressing and frustrating. Can anyone help please?

6 comments

csdreamer7over 11 years ago
I go into configuring postgres for my automation book. You can also check out the source code to see how my script set ups postgres.<p><a href="http://www.amazon.com/Deploy-Rails-BlueBook-2014-Edition-ebook/dp/B00GZ9SNKY" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Deploy-Rails-BlueBook-2014-Edition-ebo...</a><p><a href="https://github.com/jbwyatt4/railsbluebook2014/blob/master/cookbooks/deployserver/recipes/dbinstall.rb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jbwyatt4&#x2F;railsbluebook2014&#x2F;blob&#x2F;master&#x2F;co...</a><p>Just remember to login as the postgres user in Linux.
BWStearnsover 11 years ago
For SQL in general SQLZoo is a horrible looking website, but if you go through the tracks you will actually learn a bit.<p>If you&#x27;re having issues with using postgresql with Rails and heroku (judging from post below), then you&#x27;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&#x27;d like to send me the errors you&#x27;re getting and other details of why it&#x27;s breaking I&#x27;d be glad to field a couple emails (contact in profile).
brudgersover 11 years ago
Newbie in what sense?<p>Are you an experienced database administrator looking at postgreSQL for a new project?<p>Are you an experienced programmer, coming to postgreSQL as an option for your first project with three tiered architecture?<p>Are you new to programming and want to learn to database?<p>Are you new to databases and expect them to be pretty much like word processors and spreadsheets?
评论 #7004580 未加载
sc90over 11 years ago
Here&#x27;s one <a href="http://www.postgresqltutorial.com/" rel="nofollow">http:&#x2F;&#x2F;www.postgresqltutorial.com&#x2F;</a>
评论 #7004815 未加载
Maxiousover 11 years ago
<a href="http://use-the-index-luke.com/" rel="nofollow">http:&#x2F;&#x2F;use-the-index-luke.com&#x2F;</a> helps when you deal with performance issues. The examples can be altered for your particular SQL server including postgres.
ansibleover 11 years ago
There are plenty of tutorials for SQL in general those should work fine for PostgreSQL too. What seems to be the problem?
评论 #7000319 未加载