Re: How to pass information back to client

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Chris Hoover <revoohc(at)gmail(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: How to pass information back to client
Date: 2006-12-21 16:03:16
Message-ID: 637971.84703.qm@web31802.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> Is there anyway in PostgreSQL to have a function pass information back to
> the client via the ODBC driver?
>
> I would like to have some of my trigger functions and regular functions be
> able to pass specific error messages back to the client. Is this possible?
> If so, how do you do it. If not, is it a planned enhancement?

Raising and error or notice doesn't work?
http://www.postgresql.org/docs/8.2/interactive/plpgsql-errors-and-messages.html

Regards,

Richard Broersma Jr.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message lothar.behrens@lollisoft.de 2006-12-23 09:57:59 Build failure on Mac OS X 10.3.9
Previous Message Chris Hoover 2006-12-21 15:57:15 How to pass information back to client