Re: Some typos in the postgresql manual

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Jon Barnett <jbarnett(at)pobox(dot)com>
Cc: PostgreSQL Docs List <docs(at)postgresql(dot)org>
Subject: Re: Some typos in the postgresql manual
Date: 1999-04-14 05:54:34
Message-ID: Pine.LNX.4.04.9904140651260.3692-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, 13 Apr 1999, Jon Barnett wrote:

> page 165
> Class.forName(postgresql.Driver);
> to
> Class.forName("postgresql.Driver");
>
> page 167
> ResultSet rs = st.executeQuery(select * from mytable);
> to
> ResultSet rs = st.executeQuery("select * from mytable");
>
> st.executeUpdate(create table basic (a int2, b int2));
> to
> st.executeUpdate("create table basic (a int2, b int2)");
>
> etc,
>
> I'm not sure why the quotes have disappeared.

Looks like the are lost in the sgml. I'm forwarding this to the docs list.

Thanks, Peter

>
> Good job with the manual though.

--
Peter T Mount peter(at)retep(dot)org(dot)uk
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Thomas Lockhart 1999-04-14 13:56:35 Re: [DOCS] Re: Some typos in the postgresql manual
Previous Message Yves Guerin 1999-03-30 16:09:06 tcl library doc