Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 1DAFF474E53 for ; Fri, 1 Nov 2002 09:40:44 -0500 (EST) Received: from www5.izvestia.ru (unknown [62.105.156.225]) by postgresql.org (Postfix) with ESMTP id A961C474E44 for ; Fri, 1 Nov 2002 09:40:40 -0500 (EST) Received: from localhost ([192.168.1.231]) by www5.izvestia.ru (8.9.3/8.9.3) with ESMTP id RAA25355 for ; Fri, 1 Nov 2002 17:24:39 +0300 Date: Fri, 1 Nov 2002 17:41:06 +0300 From: john X-Mailer: The Bat! (v1.39) Educational Reply-To: john X-Priority: 3 (Normal) Message-ID: <12736.021101@rus.izvestia.ru> To: pgsql-docs@postgresql.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200211/7 X-Sequence-Number: 1531 Hello! I have found mistake in documentation on version 7.2. Tutorial. [tutorial-7.2-A4.pdf] In chapter 3.3 (Foreign Keys) i have found the next mistake: CREATE TABLE weather ( city varchar(80) references weather, ..... ); There must be next string: city varchar(80) references cities, Sorry for bad English :) Good Luck! mailto:john@rus.izvestia.ru