Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 0D5154772A8 for ; Fri, 24 Jan 2003 00:27:34 -0500 (EST) Received: from sss.pgh.pa.us (unknown [192.204.191.242]) by postgresql.org (Postfix) with ESMTP id 6651F476D6A for ; Thu, 23 Jan 2003 22:46:38 -0500 (EST) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.6/8.12.6) with ESMTP id h0O3ke5u009854; Thu, 23 Jan 2003 22:46:40 -0500 (EST) To: Oliver Elphick Cc: pgsql-docs@postgresql.org Subject: Re: Patch for minor error In-reply-to: <1043346758.31739.454.camel@linda.lfix.co.uk> References: <1043346758.31739.454.camel@linda.lfix.co.uk> Comments: In-reply-to Oliver Elphick message dated "23 Jan 2003 18:32:38 +0000" Date: Thu, 23 Jan 2003 22:46:40 -0500 Message-ID: <9853.1043380000@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200301/30 X-Sequence-Number: 1630 Oliver Elphick writes: > This patch is against CVS tip. The file basics.sql does not exist; the > file referred to is called basics.source. Actually, src/tutorial/Makefile expects to *make* basics.sql from basics.source. That particular file doesn't really need any substitutions, but some of its siblings do. If there's a docs bug here, it's that the text doesn't explain about building the tutorial examples. I also kinda wonder if we should build and install the tutorial files (presumably into $INSTROOT/share) by default --- right now a standard build doesn't do that. Thoughts? regards, tom lane