Thread: requesting help
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/
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 >