Re: triggers and execute... - Mailing list pgsql-general

From Richard Broersma
Subject Re: triggers and execute...
Date
Msg-id 396486430904282100q1a29b873qe52f6200c2d34891@mail.gmail.com
Whole thread Raw
In response to Re: triggers and execute...  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general
I wonder if it would be easier to perodically replace the entire
trigger function with one that inserts to the correct table using
CRON+SED rather than dynamically building SQL.  This might be a bad
idea however.  I'm just thinking outside the box.


--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

pgsql-general by date:

Previous
From: Marcin Krol
Date:
Subject: retrieving primary key for row with MIN function
Next
From: Scott Marlowe
Date:
Subject: Re: retrieving primary key for row with MIN function