You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dušan Dimitrić edited this page Sep 23, 2016
·
18 revisions
Beginning Databases with PostgreSQL
Although this book is concerned with PostgreSQL version 8 and its database design is questionable, it's still a pretty good source for learning Postgres.
Notes:
1. Introduction to PostgreSQL
2. Relational Database Principles
3. Getting Started with PostgreSQL
pg. 55 - Creating Users (using the createuser.exe)
pg. 66 - Creating Databases (using the createdb.exe)