Re: easy way to insert same value into 2 columns - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: easy way to insert same value into 2 columns
Date
Msg-id 3F8E89FD.6060407@persistent.co.in
Whole thread Raw
In response to Re: easy way to insert same value into 2 columns  (Sebastian Boeck <sebastianboeck@freenet.de>)
List 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


pgsql-general by date:

Previous
From: Sebastian Boeck
Date:
Subject: Re: easy way to insert same value into 2 columns
Next
From: Tom Lane
Date:
Subject: Re: Lost views in a PostgreSQL 7.1. dump file ?