Re: Typo in PG 7.2.1 Tutorial PDF

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Typo in PG 7.2.1 Tutorial PDF
Дата
Msg-id 200206061647.g56Glmp20120@candle.pha.pa.us
обсуждение исходный текст
Ответ на Typo in PG 7.2.1 Tutorial PDF  ("Lennart Goedhart" <lennart@omnibase.com.au>)
Ответы Html docs download  (Joshua Moore-Oliva <chatgris@mediapow.com>)
Список pgsql-docs
Yes, this is known and fixed.

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

Lennart Goedhart wrote:
> 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

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: Change of link on http://www.postgresql.org/interfaces.html
Следующее
От: Joshua Moore-Oliva
Дата:
Сообщение: Html docs download