Patch for minor error - Mailing list pgsql-docs

From Oliver Elphick
Subject Patch for minor error
Date
Msg-id 1043346758.31739.454.camel@linda.lfix.co.uk
Whole thread Raw
Responses Re: Patch for minor error
Re: Patch for minor error
List pgsql-docs
This patch is against CVS tip.  The file basics.sql does not exist; the
file referred to is called basics.source.

Index: doc/src/sgml/query.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/query.sgml,v
retrieving revision 1.28
diff -u -r1.28 query.sgml
--- doc/src/sgml/query.sgml    2002/11/11 20:14:03    1.28
+++ doc/src/sgml/query.sgml    2003/01/23 13:39:06
@@ -39,14 +39,14 @@
 ...
 </computeroutput>

-<prompt>mydb=></prompt> <userinput>\i basics.sql</userinput>
+<prompt>mydb=></prompt> <userinput>\i basics.source</userinput>
 </screen>

     The <literal>\i</literal> command reads in commands from the
     specified file. The <literal>-s</literal> option puts you in
     single step mode which pauses before sending each statement to the
     server.  The commands used in this section are in the file
-    <filename>basics.sql</filename>.
+    <filename>basics.source</filename>.
    </para>
   </sect1>


--
Oliver Elphick <olly@lfix.co.uk>
LFIX Limited


pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: FAQ hungarian translation
Next
From: Laszlo Hornyak
Date:
Subject: hungarian FAQ translation update