|
|
|
|
|
by threeseed
3823 days ago
|
|
> PostgreSQL project, in my mind, sets the standard globally for software documentation. Sure if you already understand PostgreSQL. If you don't then it isn't particularly user friendly. It's awkward to navigate, doesn't explain the basics (how to actually install it) and tends to combine information that is more for advanced users on the same page as beginners. Compare you're standard with mine (MongoDB): http://www.postgresql.org/docs/9.5/static/ https://docs.mongodb.org/manual/ |
|
Er, http://www.postgresql.org/download/ and/or http://www.postgresql.org/docs/current/static/installation.h... ?
> ...tends to combine information that is more for advanced users on the same page as beginners.
There's a tutorial for beginners: http://www.postgresql.org/docs/9.4/static/tutorial.html
Then there's reference material in the rest of the manual. The tutorial even suggests the order in which you should read the rest of the manual. :)