Обсуждение: Typo in PG 7.2.1 Tutorial PDF
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
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
Is there anywhere that I could download the html docs to my hard drive for postgre? It'd save you guys bandwidth in the long run and it would be very very convienent. Josh.
On Thu, 6 Jun 2002, Joshua Moore-Oliva wrote:
>
> Is there anywhere that I could download the html docs to my hard drive for
> postgre? It'd save you guys bandwidth in the long run and it would be very
> very convienent.
Well it should've been there, but it wasn't. There is now. You can
go here:
http://www.XX.postgresql.org/users-lounge/docs/#7.2
Replace the XX with the countrycode for your favorite mirror. Although
you may have to wait a day for the link and tarball to propagate. Right
now you can replace the XX with ca or us and get it.
Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================
Joshua Moore-Oliva writes: > Is there anywhere that I could download the html docs to my hard drive for > postgre? It'd save you guys bandwidth in the long run and it would be very > very convienent. If you have downloaded PostgreSQL you have it already. -- Peter Eisentraut peter_e@gmx.net