Populating a Class with Instances/Postgres Docs - Mailing list pgsql-docs

From Georg Vollmers
Subject Populating a Class with Instances/Postgres Docs
Date
Msg-id 99Oct20.120020gmt+0100.28729@hdilan.hdi.de
Whole thread Raw
List pgsql-docs
Hi there,

I hope I'm using the correct address for this. If not, would you please
so kind to redirect me to the correct address, if possible?

The COPY statement in the attached query-ug2887.htm from the PostgreSQL
User's Guide is explain with a typo.
While it is written:

'COPY INTO weather FROM '/home/user/weather.txt'
    USING DELIMITERS '|';'

the correct version must be without the 'INTO':

'COPY weather FROM '/home/user/weather.txt'
    USING DELIMITERS '|';'

It took me half an hour to look for COPY with \h COPY in psql instead of
trusting the web documentation :-(

Greetings from Hannover, Germany and thanks for your work on Postgres!

Georg
--
Georg Vollmers, M.A., HDI V.a.G., Zentrale Informationsverarbeitung,
Verfahrenstechnik, Phone +49 511 6454854 Fax +49 511 645114854
email: Vollmers@HDI.de, Georg.Vollmers@Z.HDI.de
privat: georg@egalize.han.de

pgsql-docs by date:

Previous
From: "Bill Atwood"
Date:
Subject: subscribe
Next
From: Bruce Momjian
Date:
Subject: Re: [DOCS] Re: [HACKERS] Outline for PostgreSQL book