Re: PQsetNoticeReceiver issues

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jonathan Gardner <jgardner(at)jonathangardner(dot)net>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: PQsetNoticeReceiver issues
Date: 2004-01-18 10:19:58
Message-ID: 200401181119.58577.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Jonathan Gardner wrote:
> I've run into a conundrum with the PQsetNoticeReceiver function call.
> How do you set it back to the original default? How do you call the
> appropriate PQnoticeProcessor as well?

The documentation says:

Each of these functions returns the previous notice receiver or
processor function pointer, and sets the new value. If you supply a
null function pointer, no action is taken, but the current pointer is
returned.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message L J Bayuk 2004-01-19 02:38:30 Re: PQsetNoticeReceiver issues
Previous Message Jonathan Gardner 2004-01-18 08:27:29 PQsetNoticeReceiver issues