Re: easy way to insert same value into 2 columns

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Cc: ">"(at)persistent(dot)co(dot)in
Subject: Re: easy way to insert same value into 2 columns
Date: 2003-10-16 12:07:25
Message-ID: 3F8E89FD.6060407@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nick Burrett 2003-10-16 12:12:41 ShmemAlloc errors
Previous Message Sebastian Boeck 2003-10-16 11:58:21 Re: easy way to insert same value into 2 columns