Re: Error in documentation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: andreas moroder <amoroder(at)sb-brixen(dot)it>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Error in documentation
Date: 2002-03-07 17:52:22
Message-ID: 200203071752.g27HqMN13654@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


Yes, I we already fixed this. Don't remember if the fix is in 7.2.

In fact, I see this:

revision 1.27
date: 2002/02/12 22:25:15; author: momjian; state: Exp; lines: +3 -3
Fix tutorial for references problem, from rainer(dot)tammer(at)spg(dot)schulergroup(dot)com

which means it didn't make it into 7.2. It should be OK in the online
docs, and in 7.3.

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

andreas moroder wrote:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2002-03-07 19:02:10 Re: PostgreSQL TO-DO List (fwd)
Previous Message Tom Lane 2002-03-07 16:51:34 Re: PostgreSQL TO-DO List (fwd)