Fwd: Notice Processor hook - Mailing list pgsql-admin

From adey
Subject Fwd: Notice Processor hook
Date
Msg-id 1c66bda80603261607k97a7502o99c5402979452859@mail.gmail.com
Whole thread Raw
Responses Re: Fwd: Notice Processor hook
List pgsql-admin
Below is an old message from Tom Lane regarding "Notice Processor hook". I have not been able to contact him to explain it, nor does it appear in the Postgresql.org archives. Would one of you be able to help me to implement this please? We are trying to obtain the output from a vacuum run by automated script.

---------- Forwarded message ----------
From: adey <adey11@gmail.com>
Date: Mar 14, 2006 8:51 AM
Subject: Notice Processor hook
To: Tom Lane <tgl@sss.pgh.pa.us>

Hi Tom,
A colleague found this entry from yourself in thescripts.com:-
 
"Adam H.Pendleton" <fmonkey@fmonkey.net> writes:[color=blue]
> When running a "VACUUM VERBOSE" query using PQsendQuery,
> PQconsumeInput, and PQisBusy, all the "INFO:" output from the "VACUUM
> VERBOSE" command is printed on the terminal, and is not available
> through the PGresult structure.[/color]

You could capture that output by setting up a notice processor hook
routine.

regards, tom lane
 
 
We are having similar problems - please could you tell me how to implement a "Notice Processor hook"?
 
Adrian

pgsql-admin by date:

Previous
From: adey
Date:
Subject: Re: Bloated pg_shdepend_depender_index
Next
From: Jerry Sievers
Date:
Subject: Re: pg_stat_activity showing non-existent processes