Re: 'bug' in the postgresql tutorial

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: jlladono(at)pie(dot)xtec(dot)es
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: 'bug' in the postgresql tutorial
Date: 2002-02-21 14:52:09
Message-ID: 3C750999.4AA03130@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> I sent a mail about a 'bug' in the last tutorial of Postgresql. Sent it
> to pgsql-docs(at)postgresql(dot)org and no one told me...

Hmm. Sorry, I didn't see the post.

> ...perhaps am I the first one who finds an error in the Chapter 3, (3.3
> Foreign Keys) in the new tutorial?
> ...........................................................
> CREATE TABLE cities (
> name varchar(80) primary key,
> location point
> );
>
> CREATE TABLE weather (
> city varchar(80) references weather,
> temp_lo int,
> temp_hi int,
> prcp real,
> date date
> );
> ........................................................................
> shouldn't it say 'references cities'? ;-)

Yes, I'll make the change. Thanks for letting us know.

> Distribution-explanation in new tutorial seems more practical than the
> others before. Congratulations!

Glad you found it better. It looks like Peter E did the improvements...

- Thomas

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2002-02-21 15:29:24 Re: 'bug' in the postgresql tutorial
Previous Message Jack Gill 2002-02-20 21:55:17 Readme.Linux?