Re: Typo in PG 7.2.1 Tutorial PDF - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: Typo in PG 7.2.1 Tutorial PDF
Date
Msg-id 200206061647.g56Glmp20120@candle.pha.pa.us
Whole thread Raw
In response to Typo in PG 7.2.1 Tutorial PDF  ("Lennart Goedhart" <lennart@omnibase.com.au>)
Responses Html docs download  (Joshua Moore-Oliva <chatgris@mediapow.com>)
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-docs by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: Change of link on http://www.postgresql.org/interfaces.html
Next
From: Joshua Moore-Oliva
Date:
Subject: Html docs download