A crash course in PostgreSQL, Part 1

02.09.2011

Start by creating a new database so you have something to work with. There won't be any data in it yet, but that's all right. Once you've created to it, connect to it using the psql command:

$

psql (9.0.4)

Type "help" for help.

testdb=#