Re: Using LISTEN/NOTIFY with ecpg

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Matthew Vanecek <mevanecek(at)yahoo(dot)com>
Cc: Postgresql Interfaces List <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Using LISTEN/NOTIFY with ecpg
Date: 2003-02-26 15:38:43
Message-ID: 20030226153843.GB26887@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Tue, Feb 25, 2003 at 02:23:34PM -0600, Matthew Vanecek wrote:
> I don't know what ECPG is doing with the EXEC SQL NOTIFY listener;. It
> doesn't appear to be setting it on the connection object ECPG uses.
> EXEC SQL LISTEN listener; *does* work, but the results are only piped to
> ECPGlog and are not available for application consumption.

Actually nothing. It just passes the command to the backend.

But then patches are accepted. :-)

Michael
--
Michael Meskes
Email: Michael(at)Fam-Meskes(dot)De
ICQ: 179140304
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Terry Lee Tucker 2003-02-26 16:02:07 Advice Needed
Previous Message Michael Meskes 2003-02-26 15:33:43 Re: ECPG and C++ compilation