Error in documentation

Поиск
Список
Период
Сортировка
От amoroder@sb-brixen.it (andreas moroder)
Тема Error in documentation
Дата
Msg-id ca1d8f82.0203011220.3c68261e@posting.google.com
обсуждение исходный текст
Ответы Re: Error in documentation
Список pgsql-docs
Hello,

in the tutorial ( HTML and PDF ) I found the folowing example

The new declaration of the tables would look like this:
CREATE TABLE cities (
name varchar(80) primary key,
location point
);

Chapter 3. Advanced Features

CREATE TABLE weather (
city varchar(80) references weather,
temp_lo int,
temp_hi int,
prcp real,
date date
);

Is this ok should the reference not be "references cities" ?

Bye
Andreas

В списке pgsql-docs по дате отправления:

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: PostgreSQL 7.2 docs
Следующее
От: Bruce Momjian
Дата:
Сообщение: PostgreSQL TO-DO List (fwd)