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