You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/tutorial
Bryan Henderson 7bfb924aea Silence compiler warnings, fix error in complex compare function. 29 years ago
..
C-code Silence compiler warnings, fix error in complex compare function. 29 years ago
Makefile Standardize all LDADD to LD_ADD. 29 years ago
README Postgres95 1.01 Distribution - Virgin Sources 30 years ago
advanced.source Postgres95 1.01 Distribution - Virgin Sources 30 years ago
basics.source Postgres95 1.01 Distribution - Virgin Sources 30 years ago
complex.source Here is a bug fix and some spelling changes for the complex number tutorial 29 years ago
funcs.source Postgres95 1.01 Distribution - Virgin Sources 30 years ago
syscat.source Postgres95 1.01 Distribution - Virgin Sources 30 years ago

README

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.