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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ☆Pumu :-D ☆ <paricharts(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: About db session time-out while uploading data to database
Date: 2008-03-21 04:54:35
Message-ID: 13674.1206075275@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"=?ISO-2022-JP?B?GyRCIXkbKEJQdW11IDotRCAbJEIheRsoQiA=?=" <paricharts(at)gmail(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message -D ☆ 2008-03-21 06:58:07 Re: About db session time-out while uploading data to database
Previous Message -D ☆ 2008-03-21 04:34:08 About db session time-out while uploading data to database