From 8dcf998dd148e41fc48071d5ad36828732c7faa4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 26 Oct 2001 20:45:33 +0000 Subject: Remove no-longer-needed dependencies on DLSUFFIX. --- src/tutorial/README | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'src/tutorial/README') 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 psql command. - +psql's \i command. -- cgit v1.2.3