1src/tutorial/README
2
3tutorial
4========
5
6This directory contains SQL tutorial scripts.  To look at them, first do a
7	% make
8to compile all the scripts and C files for the user-defined functions
9and types.  (make needs to be GNU make --- it may be named something
10different on your system, often 'gmake')
11
12Then, run psql with the -s (single-step) flag:
13	% psql -s
14
15From within psql, you can try each individual script file by using
16psql's \i <filename> command.
17