... - Mailing list pgsql-docs

From john
Subject ...
Date
Msg-id 12736.021101@rus.izvestia.ru
Whole thread Raw
Responses Re:
List pgsql-docs
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




pgsql-docs by date:

Previous
From: Jean-Christian Imbeault
Date:
Subject: Documentation bug report for LIMIT
Next
From: Kjetil Nygård
Date:
Subject: Foreign keys and inheritance