postgresql/src/tutorial
2001-11-05 17:46:40 +00:00
..
advanced.source
basics.source
beard.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
complex.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
complex.source Remove no-longer-needed dependencies on DLSUFFIX. 2001-10-26 20:45:33 +00:00
funcs_new.c
funcs.c
funcs.source Remove no-longer-needed dependencies on DLSUFFIX. 2001-10-26 20:45:33 +00:00
Makefile Remove no-longer-needed dependencies on DLSUFFIX. 2001-10-26 20:45:33 +00:00
README Remove no-longer-needed dependencies on DLSUFFIX. 2001-10-26 20:45:33 +00:00
syscat.source

This directory contains SQL tutorial scripts.  To look at them, first do a
	% make
to compile all the scripts and C files for the user-defined functions
and types.  (make needs to be GNU make --- it may be named something
different on your system, often gmake)

Then, run psql with the -s (single-step) flag:
	% psql -s

From within psql, you can try each individual script file by using
psql's \i <filename> command.