Re: Denormalized field - Mailing list pgsql-general

From BladeOfLight16
Subject Re: Denormalized field
Date
Msg-id CA+=1U=VcpD07A_9eyEsFJhUsaDrNxfkB2afXT6BpEujdcV_yZg@mail.gmail.com
Whole thread Raw
In response to Re: Denormalized field  (Vik Fearing <vik.fearing@dalibo.com>)
List pgsql-general
On Mon, Aug 19, 2013 at 4:27 AM, Vik Fearing <vik.fearing@dalibo.com> wrote:
Yes, I would use a trigger for this.

<snip>

This is definitely the right answer, but keep in mind that this will slow down your inserts since it calls slow_function for each insert. Make sure you can afford that performance hit.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Create a deferrably-unique index
Next
From: Sergey Konoplev
Date:
Subject: Strange message from pg_receivexlog