postgresql/src/tutorial
2006-03-05 15:59:11 +00:00
..
advanced.source
basics.source
beard.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
complex.c
complex.source Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
funcs_new.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
funcs.c Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
funcs.source Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
Makefile PGXS should be set with := not =, as specified in the documentation, 2005-09-27 17:13:14 +00:00
README
syscat.source Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00

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.