A crash course in PostgreSQL, Part 1

02.09.2011

| =c/postgres +

| postgres=CTc/postgres

|

There's our little testdb down at the bottom. The postgres database holds system data. template0 and template1 are templates for new databases, and template1 is the default. (You can use any Postgres database as a template.) template0 cannot be changed, but template0 can. Let's take a look inside postgres.

$