Typo in PG 7.2.1 Tutorial PDF

From: "Lennart Goedhart" <lennart(at)omnibase(dot)com(dot)au>
To: <pgsql-docs(at)postgresql(dot)org>
Subject: Typo in PG 7.2.1 Tutorial PDF
Date: 2002-05-15 09:02:26
Message-ID: 006101c1fbef$3c1e0380$02eb3bcb@beldin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jean-Paul ARGUDO 2002-05-15 09:07:37 Re: FAQ - French traduction
Previous Message Jean-Paul ARGUDO 2002-05-15 07:36:43 FAQ - French traduction