postgresql/src/tutorial
Bruce Momjian 27b77ecf9f Update copyright for 2022
Backpatch-through: 10
2022-01-07 19:04:57 -05:00
..
.gitignore
advanced.source tutorial: land height is "elevation", not "altitude" 2021-03-10 20:25:19 -05:00
basics.source doc: Prefer explicit JOIN syntax over old implicit syntax in tutorial 2021-04-08 10:51:26 +02:00
complex.c
complex.source Update copyright for 2022 2022-01-07 19:04:57 -05:00
funcs.c
funcs.source
Makefile
README
syscat.source Update copyright for 2022 2022-01-07 19:04:57 -05:00

src/tutorial/README

tutorial
========

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.