Re: BUG #5795: 9.0.2 PDF needs editing

From: "Erik Rijkers" <er(at)xs4all(dot)nl>
To: "Leslie Satenstein" <lsatenstein(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5795: 9.0.2 PDF needs editing
Date: 2010-12-20 20:33:33
Message-ID: d2c93c07adf6ae2fdd46efd7922d9ec8.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, December 20, 2010 03:39, Leslie Satenstein wrote:
>
> The following bug has been logged online:
>
> Bug reference: 5795
> Logged by: Leslie Satenstein
> Email address: lsatenstein(at)yahoo(dot)com
> PostgreSQL version: 8.4+ incl 9.0
> Operating system: Fedora 14 / Debian Squeeze
> Description: 9.0.2 PDF needs editing
>
> 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 (â&#8364;&#8482;San Franciscoâ&#8364;&#8482;, 46, 50, 0.25,
> â&#8364;&#8482;1994-11-27â&#8364;&#8482;);
> The fields city and date should have ' as delimiter, not
> â&#8364;&#8482;
> 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');
>

see also:

http://archives.postgresql.org/pgsql-docs/2007-12/msg00059.php

That ' to &apos; conversion (xslt or otherwise) never got implemented.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2010-12-20 22:55:21 Re: BUG #5795: 9.0.2 PDF needs editing
Previous Message Robert Haas 2010-12-20 19:31:52 Re: [BUGS] Documentation bug: Chapter 35.4, paragraph 4