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 <[EMAIL PROTECTED]> 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

  

Reply via email to