Remove mention that binary distributions pre-compile the tutorial files.
authorBruce Momjian
Fri, 19 Feb 2010 01:15:54 +0000 (01:15 +0000)
committerBruce Momjian
Fri, 19 Feb 2010 01:15:54 +0000 (01:15 +0000)
doc/src/sgml/query.sgml

index 49a1221ea0f58891c432507073b7d73f2b87416f..d9fcc23cd99e113e0310f31d279d663d9a02085a 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   The <acronym>SQL</acronym> Language
@@ -26,7 +26,9 @@
    
     Examples in this manual can also be found in the
     PostgreSQL source distribution
-    in the directory src/tutorial/.  To use those
+    in the directory src/tutorial/.  (Binary
+    distributions of PostgreSQL might not
+    compile these files.)  To use those
     files, first change to that directory and run make:
 
 
 
 
     This creates the scripts and compiles the C files containing user-defined
-    functions and types.  (If you installed a pre-packaged version of
-    PostgreSQL rather than building from source,
-    look for a directory named tutorial within the
-    PostgreSQL distribution.  The make
-    part should already have been done for you.)
-    Then, to start the tutorial, do the following:
+    functions and types.  Then, to start the tutorial, do the following:
 
 
 $ cd ..../tutorial