Re: About db session time-out while uploading data to database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: About db session time-out while uploading data to database
Дата
Msg-id 13674.1206075275@sss.pgh.pa.us
обсуждение исходный текст
Ответ на About db session time-out while uploading data to database  ("☆Pumu :-D ☆ "<paricharts@gmail.com>)
Ответы Re: About db session time-out while uploading data to database  ("☆Pumu :-D ☆ "<paricharts@gmail.com>)
Список pgsql-novice
"=?ISO-2022-JP?B?GyRCIXkbKEJQdW11IDotRCAbJEIheRsoQiA=?=" <paricharts@gmail.com> writes:
> I have a fuction that uploading data.
> if DB session time-out has happen while data is uploading,
> I wonder that data in my database have been rollback or not.

You are not very clear about what you mean by "uploading", but in
general a PG backend will never commit a command that it hasn't fully
received from the client.

            regards, tom lane

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

Предыдущее
От: "☆Pumu :-D ☆ "
Дата:
Сообщение: About db session time-out while uploading data to database
Следующее
От: "☆Pumu :-D ☆ "
Дата:
Сообщение: Re: About db session time-out while uploading data to database