~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/tutorial/README

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.