No title

Started by johnover 23 years ago2 messagesdocs
Jump to latest
#1john
john@rus.izvestia.ru

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

#2Bruce Momjian
bruce@momjian.us
In reply to: john (#1)
Re:

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