aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-19 01:15:54 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-19 01:15:54 +0000
commit4e3a616355a8025c8d9099891fc1352c940088f1 (patch)
tree2ea8273b9c27ef4cad52a6744631711d576c7bea
parent3230fd056afd4e056c2a78d569c90446c73051b8 (diff)
downloadpostgresql-4e3a616355a8025c8d9099891fc1352c940088f1.tar.gz
postgresql-4e3a616355a8025c8d9099891fc1352c940088f1.zip
Remove mention that binary distributions pre-compile the tutorial files.
-rw-r--r--doc/src/sgml/query.sgml13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml
index 49a1221ea0f..d9fcc23cd99 100644
--- a/doc/src/sgml/query.sgml
+++ b/doc/src/sgml/query.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.53 2009/06/17 21:58:49 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.54 2010/02/19 01:15:54 momjian Exp $ -->
<chapter id="tutorial-sql">
<title>The <acronym>SQL</acronym> Language</title>
@@ -26,7 +26,9 @@
<para>
Examples in this manual can also be found in the
<productname>PostgreSQL</productname> source distribution
- in the directory <filename>src/tutorial/</filename>. To use those
+ in the directory <filename>src/tutorial/</filename>. (Binary
+ distributions of <productname>PostgreSQL</productname> might not
+ compile these files.) To use those
files, first change to that directory and run <application>make</>:
<screen>
@@ -35,12 +37,7 @@
</screen>
This creates the scripts and compiles the C files containing user-defined
- functions and types. (If you installed a pre-packaged version of
- <productname>PostgreSQL</productname> rather than building from source,
- look for a directory named <filename>tutorial</> within the
- <productname>PostgreSQL</productname> distribution. The <quote>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:
<screen>
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/tutorial</userinput>