Re: are there any method that "Update" command not affect other unrelated indices?

From: Ben Carbery <ben(dot)carbery(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: are there any method that "Update" command not affect other unrelated indices?
Date: 2010-10-12 22:38:15
Message-ID: AANLkTik7=1g+US-e1HxHxjWyD1urTRE4p8Hs14GtP-2f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Well, the objects indices 1,2,3 point to changed when you changed column a4,
but I don't know if that's the reason. I would guess that the indices are
structured as pointers of some kind though.

On Wed, Oct 13, 2010 at 9:03 AM, sunpeng <bluevaley(at)gmail(dot)com> wrote:

>
> the question is why all four indices updated in the execution of
> SPI_execute_plan()?
> I think there should only one index, that is ind_a4 be updated, how to
> avoid other three indices updated?
> thanks!
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message sunpeng 2010-10-12 22:51:17 Re: are there any method that "Update" command not affect other unrelated indices?
Previous Message sunpeng 2010-10-12 22:03:26 are there any method that "Update" command not affect other unrelated indices?