Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 45739476787 for ; Thu, 23 Jan 2003 14:34:32 -0500 (EST) Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by postgresql.org (Postfix) with ESMTP id E0F0C4774A4 for ; Thu, 23 Jan 2003 13:32:39 -0500 (EST) Received: from lfix.demon.co.uk ([158.152.59.127] helo=linda.lfix.co.uk) by anchor-post-31.mail.demon.net with esmtp (Exim 3.35 #1) id 18bm9X-000JdW-0V for pgsql-docs@postgresql.org; Thu, 23 Jan 2003 18:32:39 +0000 Received: from localhost ([127.0.0.1] ident=olly) by linda.lfix.co.uk with esmtp (Exim 3.36 #1 (Debian)) id 18bm9W-000206-00 for ; Thu, 23 Jan 2003 18:32:38 +0000 Subject: Patch for minor error From: Oliver Elphick To: pgsql-docs@postgresql.org Content-Type: text/plain Organization: LFIX Limited Message-Id: <1043346758.31739.454.camel@linda.lfix.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 23 Jan 2003 18:32:38 +0000 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200301/27 X-Sequence-Number: 1627 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 @@ ... -mydb=> \i basics.sql +mydb=> \i basics.source The \i command reads in commands from the specified file. The -s 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 - basics.sql. + basics.source. -- Oliver Elphick LFIX Limited