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

From Peter Eisentraut
Subject Re: BUG #5795: 9.0.2 PDF needs editing
Date
Msg-id 1292885721.14480.5.camel@vanquo.pezone.net
Whole thread Raw
In response to BUG #5795: 9.0.2 PDF needs editing  ("Leslie Satenstein" <lsatenstein@yahoo.com>)
List pgsql-bugs
On mån, 2010-12-20 at 02:39 +0000, Leslie Satenstein wrote:
> 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
> ’

I have encountered the same problem when using LaTeX Beamer.  The
solution there is to include the upquote module.  Perhaps this could
also work here.

pgsql-bugs by date:

Previous
From: "Erik Rijkers"
Date:
Subject: Re: BUG #5795: 9.0.2 PDF needs editing
Next
From: "Maxim Boguk"
Date:
Subject: BUG #5798: Some weird error with pl/pgsql procedure