diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml index 49a1221ea0..d9fcc23cd9 100644 --- a/doc/src/sgml/query.sgml +++ b/doc/src/sgml/query.sgml @@ -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: @@ -35,12 +37,7 @@ 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