Patch for minor error

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: pgsql-docs(at)postgresql(dot)org
Subject: Patch for minor error
Date: 2003-01-23 18:32:38
Message-ID: 1043346758.31739.454.camel@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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=&gt;</prompt> <userinput>\i basics.sql</userinput>
+<prompt>mydb=&gt;</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(at)lfix(dot)co(dot)uk>
LFIX Limited

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2003-01-23 23:33:09 Re: Patch for minor error
Previous Message Christopher Kings-Lynne 2003-01-22 05:29:33 Re: What goes into the security doc?