summaryrefslogtreecommitdiff
path: root/src/tutorial/README
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-10-26 20:45:33 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-10-26 20:45:33 +0000
commit8dcf998dd148e41fc48071d5ad36828732c7faa4 (patch)
tree523a21c5ced37ed118010a3f79215bf794c27fe2 /src/tutorial/README
parent62651c01764aae57f3383338b75136ea25427222 (diff)
Remove no-longer-needed dependencies on DLSUFFIX.
Diffstat (limited to 'src/tutorial/README')
-rw-r--r--src/tutorial/README19
1 files changed, 4 insertions, 15 deletions
diff --git a/src/tutorial/README b/src/tutorial/README
index 9115c3d9db5..6d05cb578f4 100644
--- a/src/tutorial/README
+++ b/src/tutorial/README
@@ -1,22 +1,11 @@
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)
+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 flag:
+Then, run psql with the -s (single-step) flag:
% psql -s
-Welcome to the POSTGRESQL interactive sql monitor:
- Please read the file COPYRIGHT for copyright terms of POSTGRESQL
-
- 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.
-
+psql's \i <filename> command.