Stored Procedures and Triggers

From: Todd Gauthier <toddinator2(at)yahoo(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Stored Procedures and Triggers
Date: 2001-11-06 14:43:31
Message-ID: 20011106144331.97920.qmail@web14104.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,
I have a couple questions...

Can triggers work off an UPDATE to a specific field in
a table?

Can you write a stored procedure in Java?

Does Postgres queue up trigger calls so the first
function has to finish before a second can start, or
does Postgres create a second thread for the same
function to run twice?

Are triggers synchronous?

Thanks for any help.

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2001-11-06 22:25:31 Re: [BUGS] [tim@perdue.net: Re: mysql2pgsql tool]
Previous Message Barry Lind 2001-11-06 05:07:43 Re: Documentation PostgreSQL-specific JDBC methods