Re: requesting help

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: Mohamed ebrahim <mohdebrahim(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: requesting help
Date: 2001-03-26 07:53:52
Message-ID: Pine.GSO.4.21.0103260949250.4303-100000@loda3.e.cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Log into PostgreSQL using psql and run the help command:
"\h create trigger".

See also:
http://www.postgresql.org/users-lounge/docs/6.5/postgres/sql-createtrigger.htm

HTH,
Poul L. Christiansen

On Sun, 25 Mar 2001, [iso-8859-1] Mohamed ebrahim wrote:

> Hi
> I am an user of postgresql. I want to do some
> manipulation on table and i want to do some java stuff
> after inserting a row into table(i.e like sending
> email). I want to fire the trigger to do this after
> the insertion took place. I know how to insert into
> the table but i want to know that it is possible to
> java stuff after inserting rows each time. Please help
> me in this stuff. I will be thankful to you.
>
> Thank you
> Ebrahim
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message waheed_rahuman 2001-03-26 08:24:07 SQL Date help
Previous Message Mohamed ebrahim 2001-03-26 07:43:18 requesting help