Index: doc/src/sgml/query.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/query.sgml,v
retrieving revision 1.53
diff -c -c -r1.53 query.sgml
*** doc/src/sgml/query.sgml	17 Jun 2009 21:58:49 -0000	1.53
--- doc/src/sgml/query.sgml	19 Feb 2010 01:14:45 -0000
***************
*** 26,32 ****
     <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
      files, first change to that directory and run <application>make</>:
  
  <screen>
--- 26,34 ----
     <para>
      Examples in this manual can also be found in the
      <productname>PostgreSQL</productname> source distribution
!     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,46 ****
  </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:
  
  <screen>
  <prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/tutorial</userinput>
--- 37,43 ----
  </screen>
  
      This creates the scripts and compiles the C files containing user-defined
!     functions and types.  Then, to start the tutorial, do the following:
  
  <screen>
  <prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/tutorial</userinput>
