Re: Denormalized field

From: BladeOfLight16 <bladeoflight16(at)gmail(dot)com>
To: Robert James <srobertjames(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Denormalized field
Date: 2013-08-20 03:41:38
Message-ID: CA+=1U=VcpD07A_9eyEsFJhUsaDrNxfkB2afXT6BpEujdcV_yZg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 19, 2013 at 4:27 AM, Vik Fearing <vik(dot)fearing(at)dalibo(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Konoplev 2013-08-20 06:17:43 Strange message from pg_receivexlog
Previous Message Boszormenyi Zoltan 2013-08-19 19:10:02 Re: [GENERAL] currval and DISCARD ALL