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

From Lennart Goedhart
Subject Typo in PG 7.2.1 Tutorial PDF
Date
Msg-id 006101c1fbef$3c1e0380$02eb3bcb@beldin
Whole thread Raw
Responses Re: Typo in PG 7.2.1 Tutorial PDF
List pgsql-docs
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

pgsql-docs by date:

Previous
From: Jean-Paul ARGUDO
Date:
Subject: Re: FAQ - French traduction
Next
From: "Marcin Jerzy"
Date:
Subject: BLOBs docs