From: Bruce Momjian Date: Fri, 19 Feb 2010 01:15:54 +0000 (+0000) Subject: Remove mention that binary distributions pre-compile the tutorial files. X-Git-Tag: REL9_0_ALPHA4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e3a616355a8025c8d9099891fc1352c940088f1;p=postgresql Remove mention that binary distributions pre-compile the tutorial files. --- 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