Обсуждение: ...

Поиск
Список
Период
Сортировка

...

От
john
Дата:
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




Re:

От
Bruce Momjian
Дата:
Fixed in 7.3beta.

---------------------------------------------------------------------------

john wrote:
>
> 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
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073