Rather than referring to src/tutorial/README, put the build instructions
authorTom Lane
Mon, 30 Aug 2004 21:25:27 +0000 (21:25 +0000)
committerTom Lane
Mon, 30 Aug 2004 21:25:27 +0000 (21:25 +0000)
for the tutorial files right here.

doc/src/sgml/query.sgml

index bbf5c7a7808a3d9bd564a9474e394e27aea3b5f0..7e7ad49492d672ab40ce4c0b32f5dc7dc6576c60 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -28,9 +28,18 @@ $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.37 2004/08/08 21:33:11 tgl Exp $
    
     Examples in this manual can also be found in the
     PostgreSQL source distribution
-    in the directory src/tutorial/.  Refer to the
-    README file in that directory for how to use
-    them.  To start the tutorial, do the following:
+    in the directory src/tutorial/.  To use those
+    files, first change to that directory and run make:
+
+
+$ cd ..../src/tutorial
+$ make
+
+
+    This creates the scripts and compiles the C files containing user-defined
+    functions and types.  (You must use GNU make for this --- it may be named
+    something different on your system, often gmake.)
+    Then, to start the tutorial, do the following:
 
 
 $ cd ..../src/tutorial