Re: Some typos in the postgresql manual

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: Some typos in the postgresql manual
Дата
Msg-id Pine.LNX.4.04.9904140651260.3692-100000@maidast.retep.org.uk
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Yves Guerin
Дата:
Сообщение: tcl library doc
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [DOCS] Re: Some typos in the postgresql manual