Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e3a616

Browse files
committed
Remove mention that binary distributions pre-compile the tutorial files.
1 parent 3230fd0 commit 4e3a616

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

doc/src/sgml/query.sgml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.53 2009/06/17 21:58:49 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.54 2010/02/19 01:15:54 momjian Exp $ -->
22

33
<chapter id="tutorial-sql">
44
<title>The <acronym>SQL</acronym> Language</title>
@@ -26,7 +26,9 @@
2626
<para>
2727
Examples in this manual can also be found in the
2828
<productname>PostgreSQL</productname> source distribution
29-
in the directory <filename>src/tutorial/</filename>. To use those
29+
in the directory <filename>src/tutorial/</filename>. (Binary
30+
distributions of <productname>PostgreSQL</productname> might not
31+
compile these files.) To use those
3032
files, first change to that directory and run <application>make</>:
3133

3234
<screen>
@@ -35,12 +37,7 @@
3537
</screen>
3638

3739
This creates the scripts and compiles the C files containing user-defined
38-
functions and types. (If you installed a pre-packaged version of
39-
<productname>PostgreSQL</productname> rather than building from source,
40-
look for a directory named <filename>tutorial</> within the
41-
<productname>PostgreSQL</productname> distribution. The <quote>make</>
42-
part should already have been done for you.)
43-
Then, to start the tutorial, do the following:
40+
functions and types. Then, to start the tutorial, do the following:
4441

4542
<screen>
4643
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/tutorial</userinput>

0 commit comments

Comments
 (0)