Re: Typo in PG 7.2.1 Tutorial PDF

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Lennart Goedhart <lennart(at)omnibase(dot)com(dot)au>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Typo in PG 7.2.1 Tutorial PDF
Date: 2002-06-06 16:47:48
Message-ID: 200206061647.g56Glmp20120@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


Yes, this is known and fixed.

---------------------------------------------------------------------------

Lennart Goedhart wrote:
> Section 3.3 - Foreign Keys
>
> CREATE TABLE weather (
> city varchar(80) references weather,
> temp_lo int,
> temp_hi int,
> prcp real,
> date date
> );
>
>
> Should read:
>
> CREATE TABLE weather (
> city varchar(80) references cities,
> temp_lo int,
> temp_hi int,
> prcp real,
> date date
> );
>
>
> Lennart Goedhart

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Joshua Moore-Oliva 2002-06-06 18:18:44 Html docs download
Previous Message Vince Vielhaber 2002-06-06 11:40:46 Re: Change of link on http://www.postgresql.org/interfaces.html