]> granicus.if.org Git - postgresql/blob - src/tutorial/README
Revise psql pattern-matching switches as per discussion. The rule is now
[postgresql] / src / tutorial / README
1 This directory contains SQL tutorial scripts.  To look at them, first do a
2         % make
3 to compile all the scripts and C files for the user-defined functions
4 and types.  (make needs to be GNU make --- it may be named something
5 different on your system, often gmake)
6
7 Then, run psql with the -s (single-step) flag:
8         % psql -s
9
10 From within psql, you can try each individual script file by using
11 psql's \i <filename> command.