Re: [GENERAL] Fwd: [webmaster] Update query issue - Mailing list pgsql-general

From Adrian Klaver
Subject Re: [GENERAL] Fwd: [webmaster] Update query issue
Date
Msg-id 038ff9ca-f62c-beb6-1d96-ed576e6ece1b@aklaver.com
Whole thread Raw
In response to [GENERAL] Fwd: [webmaster] Update query issue  (kumar s <leelaseshukumar@gmail.com>)
Responses Re: [GENERAL] Fwd: [webmaster] Update query issue
List pgsql-general
On 01/17/2017 08:43 AM, kumar s wrote:
>
> ---------- Forwarded message ----------
> From: *Jonathan S. Katz* <jkatz@postgresql.org
> <mailto:jkatz@postgresql.org>>
> Date: Tue, Jan 17, 2017 at 9:33 PM
> Subject: Re: [webmaster] Update query issue
> To: kumar s <leelaseshukumar@gmail.com <mailto:leelaseshukumar@gmail.com>>
> Cc: webmaster@postgresql.org <mailto:webmaster@postgresql.org>
>
>
> Hi Kumar,
>
> This email address is for issues pertaining to the postgresql.org
> <http://postgresql.org> website.  Your question is better suited for the
> pgsql-general@postgresql.org <mailto:pgsql-general@postgresql.org>
> mailing list.
>
> Best,
>
> Jonathan
>
>> On Jan 17, 2017, at 5:33 AM, kumar s <leelaseshukumar@gmail.com
> <mailto:leelaseshukumar@gmail.com>> wrote:
>>
>> Hi team thanks for giving option....
>> I am getting update problem ...after update row thst row appended end
> of the table ...i need update row without change row position if any
> possible please rply .

In Postgres UPDATE is actually DELETE old row, INSERT new row so the row
position will change.

Why is the new row being in a new position a problem?

>>
>>
>>
>> --
>> Kumar
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Ravi Tammineni
Date:
Subject: Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5
Next
From: John R Pierce
Date:
Subject: Re: [GENERAL] Fwd: [webmaster] Update query issue