Re: Rules

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Jamie Deppeler <jamie(at)doitonce(dot)net(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Rules
Date: 2004-12-07 04:50:40
Message-ID: 20041207045040.GB33139@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 06, 2004 at 04:15:54PM +1100, Jamie Deppeler wrote:

> i have a join table eg
>
> primarykey
> field1
> field2
>
> and based on SQL Select have the values of field1 inserted into a new
> table which will scroll which will launch a trigger but im having
> problems getting this to work? Any ideas anyone?

I'm not sure I follow. Could you post examples of what you've
tried, describe what you want to happen, and tell us what actually
did happen?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

  • Rules at 2004-12-06 05:15:54 from Jamie Deppeler

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-12-07 04:55:39 Re: Performance tuning on RedHat Enterprise Linux 3
Previous Message Michael Fuhr 2004-12-07 04:46:19 Re: Triggers don't activate when dropping table