Re: Triggers in Postgres

From: "Jasbinder Bali" <jsbali(at)gmail(dot)com>
To: "Jasbinder Bali" <jsbali(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Triggers in Postgres
Date: 2006-08-01 06:35:48
Message-ID: a47902760607312335v41cd7821q22b48d42294701b4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

http://www.postgresql.org/docs/8.1/interactive/triggers.html

it says something like this:

" It is not currently possible to write a trigger function in the plain SQL
function language. "

though lately I saw triggers written in pure sql in postgres

~jas

On 8/1/06, Roman Neuhauser <neuhauser(at)sigpipe(dot)cz> wrote:
>
> # jsbali(at)gmail(dot)com / 2006-07-31 11:58:49 -0400:
> > Actually Postgres manual of triggers says that in postgres, you can't
> write
> > a trigger in conventional sql. You have to write it in a procedural
> language
> > like C. So wanted some more insight on it.
> > ~Jas
>
> Where does it say so? Do you have a link?
>
> --
> How many Vietnam vets does it take to screw in a light bulb?
> You don't know, man. You don't KNOW.
> Cause you weren't THERE. http://bash.org/?255991
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message DANTE Alexandra 2006-08-01 07:24:21 Re: Postgres on 64bit Windows Server with WOW64
Previous Message Volkan YAZICI 2006-08-01 06:12:21 Re: Error in PostgreSQL query with psycopg