Re: my problem for i/o error when i use postgre

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: my problem for i/o error when i use postgre
Дата
Msg-id Pine.GSO.4.64.0803101058570.23039@westnet.com
обсуждение исходный текст
Ответ на my problem for i/o error when i use postgre  (shiguoying <shiguoying@yeah.net>)
Список pgsql-general
On Mon, 10 Mar 2008, shiguoying wrote:

> I have a problem for i/o error when i using java programming.it happend
> when I disconnect database.but ,i'm not sure its database'bug or my
> programming'bug.I follow a text in attachment.

Well, if you disconnected the database, there's no bug there; these all
look like the regular exceptions that Hibernate/Spring throw when the
database disappears.  If you want to recover from them usefully you'll
have to update your application code to handle that.

If the database crashed without you touching anything that might be a
database bug, but in that case it would be the PostgreSQL logs that have
useful information rather than these.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Fwd: pgsql configuration
Следующее
От: Justin
Дата:
Сообщение: Re: how do you write aggregate function