Re: Is it possible to get the return value of trigger function using PHP or any other method.

From: "shreedhar" <shreedhar(at)lucidindia(dot)net>
To: "Postgres" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Is it possible to get the return value of trigger function using PHP or any other method.
Date: 2002-09-15 07:41:38
Message-ID: 001001c25c8b$53a97820$1201a8c0@a4005
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All,

I solved my problem, I used begin transactions(begin, commit, rollback)
through PHP when i am calling triggered sql statement. 'Raise Error in
trigger function making result of triggered SQL Statement's return value as
NULL.

Using this value we can take decision whether we can commit or rollback
whole transaction.

Thanks Alot, Let me know is there any other way to do this.

Sreedhar
----- Original Message -----
From: "shreedhar" <shreedhar(at)lucidindia(dot)net>
To: "Postgres" <pgsql-admin(at)postgresql(dot)org>
Sent: Saturday, September 14, 2002 9:57 AM
Subject: [ADMIN] Is it possible to get the return value of trigger function
using PHP or any other method.

> Hi All,
>
> I would like to put one query which is firing trigger in
transactions(Begin,
> commit and rollback). If the trigger function success then i have to
commit
> transaction, if fails i have to rollback.
>
> How can I send return value of trigger function after executing the query.
>
> Is it possible to get the return value of trigger function using PHP or
any
> other method.
>
> I am using PHP as scripting language, and plpgsql for trigger function.
>
> Regards,
> Sreedhar Bhaskararaju 1,2nd Main Road, KottuGardens, Chennai - 600 085 Ph
:
> 4475111 Email : shreedhar(at)lucidindia(dot)net
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message dima 2002-09-16 06:52:34 Re: Problem starting postmaster
Previous Message Tom Lane 2002-09-14 18:25:32 Re: Postgres does not want to start