Re: Odd query result

From: Georges Racinet <gracinet(at)anybox(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Odd query result
Date: 2012-08-27 10:52:55
Message-ID: 503B5187.1070302@anybox.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/27/2012 12:47 PM, Sergey Konoplev wrote:
> On Mon, Aug 27, 2012 at 2:37 PM, Georges Racinet<gracinet(at)anybox(dot)fr> wrote:
>> I guess one must also reindex in case some record changes as well, right ?
>> Through a trigger maybe ?
>
> You do not need to reindex it in case of record changes. The index
> values will be recalculated automatically after committing the
> changes.
>

I see, the fact that it's computed through a function is no exception to
that.

Thank you for the clarification,

--
Georges Racinet
Anybox SAS, http://anybox.fr
Bureau: 09 53 53 72 97 Portable: 06 51 32 07 27
GPG: 0x33AB0A35, sur serveurs publics

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Viacheslav N Tararin 2012-08-27 12:17:22 unexpected pageaddr in the log of a standby server
Previous Message Sergey Konoplev 2012-08-27 10:47:55 Re: Odd query result