Re: About db session time-out while uploading data to database - Mailing list pgsql-novice

From Tom Lane
Subject Re: About db session time-out while uploading data to database
Date
Msg-id 13674.1206075275@sss.pgh.pa.us
Whole thread Raw
In response to About db session time-out while uploading data to database  ("☆Pumu :-D ☆ "<paricharts@gmail.com>)
Responses Re: About db session time-out while uploading data to database  ("☆Pumu :-D ☆ "<paricharts@gmail.com>)
List 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 by date:

Previous
From: "☆Pumu :-D ☆ "
Date:
Subject: About db session time-out while uploading data to database
Next
From: "☆Pumu :-D ☆ "
Date:
Subject: Re: About db session time-out while uploading data to database