Using RA
RA is a simple relational algebra interpreter. It has already been
installed for you, and it is set up to connect to the local PostgreSQL
server. So just log in and type ra at the shell prompt.
For details on how to use RA, please refer to the public RA homepage, but
ignore the parts about getting RA and SQLite being the default---your
installation is set up differently.
To create/restore the db-beers database in PostgreSQL
(the SQLite version of which was used as a running example on the RA
homepage), run
"/opt/dbcourse/examples/db-beers/setup.sh" from
the shell.
|