Postgres 9.1 trigger function parameters

From: Michael Rowan <michael(dot)rowan3(at)gmail(dot)com>
To: pgsql-novice novice <pgsql-novice(at)postgresql(dot)org>
Subject: Postgres 9.1 trigger function parameters
Date: 2014-03-22 23:47:35
Message-ID: CAL04MkmA-bEC0je+zdz36mptdnk1op9oy6PVkp3KWaPCJCnRmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I need to write a trigger and trigger function to make an automatic update
of a column. (I am already familiar with providing this for a specific
table (thanks Thom)). Can I make this trigger function universal by
passing parameters from the trigger?

Michael Rowan

Browse pgsql-novice by date

  From Date Subject
Next Message JORGE MALDONADO 2014-03-23 17:21:25 Upgrading from 9.1 to 9.3
Previous Message David Johnston 2014-03-17 22:38:44 Re: joining 2 Tables.