head	1.4;
access;
symbols
	PG95_1_01:1.4
	PG95_1_0:1.3
	PG95_beta_03:1.2
	PG95_beta_02:1.1
	PG95_beta:1.1;
locks; strict;
comment	@# @;


1.4
date	96.02.24.01.27.22;	author jolly;	state Exp;
branches;
next	1.3;

1.3
date	95.08.30.21.51.23;	author jolly;	state Exp;
branches;
next	1.2;

1.2
date	95.07.13.23.51.35;	author jolly;	state Exp;
branches;
next	1.1;

1.1
date	95.03.09.23.05.42;	author andrew;	state Exp;
branches;
next	;


desc
@@


1.4
log
@.
@
text
@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 and may be named something
different on your system)

Then, change to the object directory
	% cd obj

and run psql with the -s flag:
	% psql -s

Welcome to the POSTGRES95 interactive sql monitor:

   type \? for help on slash commands
   type \q to quit
   type \g or terminate with semicolon to execute query
 You are currently connected to the database: jolly

jolly==>

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

@


1.3
log
@changed the naming of files to *.source and have the Makefile
convert them into *.sql
@
text
@d2 1
a2 1
	% gmake
d4 2
a5 1
and  types.  
@


1.2
log
@*** empty log message ***
@
text
@d1 4
a4 2
This directory contains SQL tutorial scripts. To look at them, we recommend
starting the monitor with the -s flag:
d6 6
a11 1
% psql -s
d21 2
a23 2
Before using funcs.sql please replace $PWD with the name of the current
directory. 
@


1.1
log
@SQL tutorial scripts.
@
text
@d4 2
a5 2
	% monitor -s
	Welcome to the POSTGRES terminal monitor
d7 4
a10 2
	Go 
	* \i basics.sql
d12 5
@
