Re: Fwd: [webmaster] Update query issue

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: kumar s <leelaseshukumar(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Fwd: [webmaster] Update query issue
Date: 2017-01-17 21:04:48
Message-ID: 038ff9ca-f62c-beb6-1d96-ed576e6ece1b@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 01/17/2017 08:43 AM, kumar s wrote:
>
> ---------- Forwarded message ----------
> From: *Jonathan S. Katz* <jkatz(at)postgresql(dot)org
> <mailto:jkatz(at)postgresql(dot)org>>
> Date: Tue, Jan 17, 2017 at 9:33 PM
> Subject: Re: [webmaster] Update query issue
> To: kumar s <leelaseshukumar(at)gmail(dot)com <mailto:leelaseshukumar(at)gmail(dot)com>>
> Cc: webmaster(at)postgresql(dot)org <mailto:webmaster(at)postgresql(dot)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(at)postgresql(dot)org <mailto:pgsql-general(at)postgresql(dot)org>
> mailing list.
>
> Best,
>
> Jonathan
>
>> On Jan 17, 2017, at 5:33 AM, kumar s <leelaseshukumar(at)gmail(dot)com
> <mailto:leelaseshukumar(at)gmail(dot)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(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2017-01-17 21:28:40 Re: Fwd: [webmaster] Update query issue
Previous Message Ravi Tammineni 2017-01-17 20:49:53 Re: Queries are taking way longer in 9.6 than 9.5