BUG #5795: 9.0.2 PDF needs editing - Mailing list pgsql-bugs

From Leslie Satenstein
Subject BUG #5795: 9.0.2 PDF needs editing
Date
Msg-id 201012200239.oBK2dc0c004538@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5795: 9.0.2 PDF needs editing  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: BUG #5795: 9.0.2 PDF needs editing  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: BUG #5795: 9.0.2 PDF needs editing  ("Erik Rijkers" <er@xs4all.nl>)
Re: BUG #5795: 9.0.2 PDF needs editing  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5795
Logged by:          Leslie Satenstein
Email address:      lsatenstein@yahoo.com
PostgreSQL version: 8.4+ incl 9.0
Operating system:   Fedora 14  / Debian Squeeze
Description:        9.0.2 PDF needs editing
Details:

Using pdf for 9.0.2 version,

The insert examples in section 2.4 do not function if a cut and paste from
pdf to psql is done

This is the problem
INSERT INTO weather VALUES (’San Francisco’, 46, 50, 0.25,
’1994-11-27’);
The fields city and date should have ' as delimiter, not
’
Corrected is the following that works.  Error messages are not clear. It
would be great if psql indicated invalid character as error type.

INSERT INTO weather VALUES ('San Francisco', 46, 50, 0.25, '1994-11-27');

In fact, there is a lot of touching up that needs to be done to this english
pdf document. (I can do it or I can prepare a list of pages and changes
needed to make a cleaner document)

pgsql-bugs by date:

Previous
From: Christopher Head
Date:
Subject: Re: BUG #5559: Full SSL verification fails when hostaddr provided
Next
From: "Benoygopal"
Date:
Subject: Re: BUG #5791: Tables are not viewing through pgadmin