< Previous | Contents | Next >
2.4. Resources
• As mentioned above the PostgreSQL Administrator's Guide11 is an excellent resource. The guide is also available in the postgresql-doc-9.5 package. Execute the following in a terminal to install the package:
sudo apt install postgresql-doc-9.5
To view the guide enter file:///usr/share/doc/postgresql-doc-9.5/html/index.html into the address bar of your browser.
9 http://www.postgresql.org/docs/current/static/admin.html
10 http://www.postgresql.org/docs/current/static/backup.html
11 http://www.postgresql.org/docs/current/static/admin.html
• For general SQL information see Using SQL Special Edition12 by Rafe Colburn.
• Also, see the PostgreSQL Ubuntu Wiki13 page for more information.
12 http://www.informit.com/store/product.aspx?isbn=0768664128
13 https://help.ubuntu.com/community/PostgreSQL