Re: Some typos in the postgresql manual - Mailing list pgsql-docs

From Peter T Mount
Subject Re: Some typos in the postgresql manual
Date
Msg-id Pine.LNX.4.04.9904140651260.3692-100000@maidast.retep.org.uk
Whole thread Raw
List 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@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf



pgsql-docs by date:

Previous
From: Yves Guerin
Date:
Subject: tcl library doc
Next
From: Thomas Lockhart
Date:
Subject: Re: [DOCS] Re: Some typos in the postgresql manual