Re: easy way to insert same value into 2 columns

Shridhar Daithankar <shridhar_daithankar@persistent.co.in>

From: Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
To: Postgres general mailing list <pgsql-general@postgresql.org>
Cc: ">"@persistent.co.in
Date: 2003-10-16T12:07:25Z
Lists: pgsql-general
Sebastian Boeck wrote:
> Is it possible to create the function called by a trigger entirely
> in SQL, or do i have to use another language?

You can write trigger/functions in many languages. For this particular need 
pl/pgsql would be more than good enough.

  Shridhar