Re: output

From: Popeanga Marian <pmarian(at)cnlo(dot)ro>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Richard Huxton <dev(at)archonet(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: output
Date: 2003-10-03 04:09:51
Message-ID: 3F7CF68F.1070202@cnlo.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


I am using libpg inside a plugin.
For oracle conections i can read the server output with this package
dbms_output.read_line (... ).
For pgsql is something similar for reading server output ?

Tom Lane wrote:

>Popeanga Marian <pmarian(at)cnlo(dot)ro> writes:
>
>
>>Now if i don't use psql from where i can read the output ?
>>
>>
>
>If you're using libpq directly, you can install a notice processor hook
>routine to catch NOTICE messages. Otherwise they go to stderr.
>
> regards, tom lane
>
>
>

In response to

Responses

  • Re: output at 2003-10-06 13:32:42 from Popeanga Marian

Browse pgsql-sql by date

  From Date Subject
Next Message CN 2003-10-03 04:12:21 Re: Creating Index
Previous Message CN 2003-10-03 02:06:40 Re: Creating Index