Re:

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: john <john(at)rus(dot)izvestia(dot)ru>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re:
Date: 2002-11-07 16:52:16
Message-ID: 200211071652.gA7GqGB21691@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


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(at)rus(dot)izvestia(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

  • at 2002-11-01 14:41:06 from john

Browse pgsql-docs by date

  From Date Subject
Next Message Viktor Vislobokov 2002-11-10 12:13:03 Updated Russian version of FAQ
Previous Message Bruce Momjian 2002-11-07 15:55:43 Re: Documentation bug report for LIMIT