Misleading text mesage

Поиск
Список
Период
Сортировка
От javier.diaz.soto@gmail.com
Тема Misleading text mesage
Дата
Msg-id 20160607065751.1381.2625@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Misleading text mesage  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/7.4/static/jdbc-query.html
Description:

In https://www.postgresql.org/docs/7.4/static/jdbc-query.html
System.out.print("Column 1 returned ");

This is good from the POV of the person running the code but misleading from
the POV of learning what a ResultSet does: it should probably say or comment
ROW 1 returned.

Another thing I hope gets shown in code examples later: in general, closing
should be done in try-finally or try with resources (Java 7 +)



Oops sorry about my previous comment. I thought I was presenting myself ...
:)

В списке pgsql-docs по дате отправления:

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: Indicated Epoch 0 is incorrect
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Math function description issue